Breakpoint do not hitting during debugging
Why could breakpoint in NetBeans (Android 1.5) n开发者_如何学JAVAot fire?
You have a guide called Developing In Other IDEs which tells you how to debug outside eclipse.
Take a look at Attaching a Debugger to Your Application.
if you have a braodcast reciever in your application the breakpoint will not hit. i dont know why but this happens to me whenever i have a broadcast reciever in my application. the breakpoint works fine in all other cases. I use eclipse BTW.
精彩评论