开发者

Problem when debugging in eclipse

开发者 https://www.devze.com 2023-02-09 17:32 出处:网络
I\'m facin开发者_Python百科g with a big problem when debugging my android project. There are some code that really ran but break point is not hit.

I'm facin开发者_Python百科g with a big problem when debugging my android project. There are some code that really ran but break point is not hit. So i cannot debug my project. Can I help me in this situation. Thanks


Have you set the following property in AndroidManifest.xml

android:debuggable="true"
0

精彩评论

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