How To Debug Playbook Simulator?
I've converted my Android app to a playbook bar; it works (with a lot of graphical bugs); however I'd like to know if it is possible to debug the software while it's running. Of co
Solution 1:
You can use the standard
Log.d("Tag", "Message text");
logging methods and watch the info in LogCat, as well as set a breakpoint and start debugging in Eclipse. I just verified it, the breakpoint was hit.
Post a Comment for "How To Debug Playbook Simulator?"