Community
Participate
Working Groups
This report is regarding the two Java debug settings "Suspend execution on uncaught exceptions" and "Suspend execution on compilation errors". With "Suspend execution on uncaught exceptions" turned off I am still having the debugger stop on uncaught exceptions. In my particular case I am using the sysdeo Tomcat plugin and DevLoader. There will be two breaks for each context loaded with the DevLoader when setting a URLStreamHandler. This is with "Suspend execution on compilation errors" turned on. After I turned off "Suspend execution on compilation errors", I stopped getting the breaks at the above conditions. It appears that the check boxes are updating the wrong flag in the debugger.
If you are using M4, this is a dup. *** This bug has been marked as a duplicate of 44759 ***