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.