Skip to content Skip to sidebar Skip to footer

Breakpoint Do Not Hitting During Debugging

Why could breakpoint in NetBeans (Android 1.5) not fire?

Solution 1:

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.


Solution 2:

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.


Post a Comment for "Breakpoint Do Not Hitting During Debugging"