vote up 0 vote down star

Is anyone aware of a setting that would cause NetBeans to jump into AWTEventMulticaster when I'm debugging an implementation of the MouseAdapter.mouseReleased method? Essentially, I set a breakpoint inside of my mouseReleased method and the code breaks as intended. However, once I press the Step Over button (F8) the debugger immediately jumps to AWTEventMulticaster.mouseReleased?

Thanks.

flag

Maybe it's stepping out instead of over for some reason? AWTEventMulticaster should be calling your mouseReleased method, so it's at least somewhat related. – mmyers Jun 2 at 16:56

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.