How to debug playbook simulator?

你。 提交于 2019-12-24 00:31:20

问题


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 course, I don't ask for the "luxury" of an adb equivalent, but at the very least, I'd like to get some printf.


回答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.



来源:https://stackoverflow.com/questions/9329830/how-to-debug-playbook-simulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!