Android Eclipse Break Point Problem
i am using eclipse 3.6 for my android app and I dont know how to debug and insert a break point in eclipse so can you please give me any link or guide me. I tried a lot to search on google but none of them were 开发者_如何学运维easy to understand.
i also tried this link: https://www.ibm.com/developerworks/library/os-ecbug/ but that was also not helpful.
This shouldn't be difficult. You insert a breakpoint by right-clicking at the gray line at the left of your code and then selecting "Toggle breakpoint". A circle should appear.
In order for the breakpoint to be active, start your application in debug mode. You do that by clicking at the "bug" icon ("Debug as..").
精彩评论