My java applet compiles error free and it runs in the browser as expected. However I can't get it to debug while I am in the IDE. I used to be able to debug applets all the time and now I can't. I set breakpoints and even tell it to Step Into but all it does is runs the applet in the browser and never stops at any breakpoints or anything.

I have the project set to the Debug mode

Is/are there things I need to set or enter into the project to make it debug?