开发者

Android debugging - Watch points

开发者 https://www.devze.com 2023-02-02 22:22 出处:网络
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 ev

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号