Looking forward to the TideSDK 1.3 release. I've extended the sample app provided but I'm unable to figure out how to breakpoint my code and step through it for debugging purposes. Of course when running in the browser I can use chrome debugging tools but in the Tide sandbox how do I accomplish this?
Asked
Active
Viewed 429 times
1 Answers
5
One way to achieve this is to open up the inspector inside the app and use the webkit inspector to breakpoint and step through your source code.

citizen conn
- 15,300
- 3
- 58
- 80
-
Note: this only enables you to debug the client side code but not your native application code. – citizen conn Nov 03 '12 at 00:08