Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 46222

Summary: Suspend execution for uncaught exceptions/compilation checkboxes have unexpected behavior
Product: [Eclipse Project] JDT Reporter: Pat Double <eclipse.org>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Pat Double CLA 2003-11-06 13:52:47 EST
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.
Comment 1 Darin Wright CLA 2003-11-10 22:09:35 EST
If you are using M4, this is a dup.

*** This bug has been marked as a duplicate of 44759 ***