Problem when debugging in eclipse
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"
精彩评论