Page 1 of 1

Why is my breakpoint gone during load/run of applet?

Posted: Tue Nov 26, 2019 2:30 am
by typelogic
In my small Test.java applet one file, only i can step-debug fine. But as soon as I added more plain java helper files, etc then my breakpoint is gone during load/run of applet. I mean, i can see the red circle for breakpoint when i press F9 but when I press "Go F5" the applets loads/installs fine but my breakpoint is gone. It didn't even hit into the 'install' method where it is supposed to be. I'm using 'JCIDE 3.0.1.3'.

UPDATE:

I got used to Visual Studio where you can put breakpoints anywhere. In JCIDE, you have to put breakpoint to an instruction line , and not at an open brace. This issue is now resolved.