tags:

views:

32

answers:

2

I am new to Android development. I am using NetBeans(android 1.5).So during Debugging my application, breakpoint do not hit.

+1  A: 

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.

Macarse
A: 

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.

Umesh