Page 1 of 1

Debugging Evo Mobile App howto?

Posted: 03:01, 28 Feb 2016
by suberri
How do I debug an app that was written in Evothings Workbench?

Re: Debugging Evo Mobile App howto?

Posted: 13:27, 02 Mar 2016
by alex
You can use the hyper.log() to send messages, variables et cetera just like you would console.log(). And for some uses, connecting a regular browser sometimes helps too; use https://deploy.evothings.com/connect/YOUR.CONNECT.CODE

best

Alex

Re: Debugging Evo Mobile App howto?

Posted: 15:11, 02 Mar 2016
by suberri
Thanks