Android debugging - Watch points
I am trying to use watchpoints to debug an Android problem in Eclipse. I'm settings a watchpoint by settings a breakpoint o开发者_如何学Gon my variable definition. However the execution never pauses even though the variable is accessed. Has anyone else come across this problem? Could someone please try setting a watch point on a variable in an Android project and see if it works?
Thanks
Are you running the app as debug? Is debug set to true in your manifest?
If you're using a handset, make sure USB debugging is enabled.
Heres a handy how-to video.
精彩评论