This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12851

Summary: One can force tools debugger not to stop on uncaught exception
Product: obsolete Reporter: Jan Stola <jstola>
Component: debuggertoolsAssignee: issues@obsolete <issues>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2001-06-14 16:32:16 UTC
Netbeans build 210
==================

Only tools debugger.

Steps to reproduce:
-------------------
1. Create exception breakpoint on uncaught.
2. Set "Suspend debugging" property of this breakpoint to False.
3. Start the debuggee that throws the exception.
4. The debugger will not stop on the (uncaught) thrown exception.

Tools debugger is always stopped on the uncaught exception.
So, it should stop in this case, too.
Comment 1 Jan Jancura 2001-06-19 13:17:40 UTC
I think that when user explicitly declares to not stop on this exception we 
really should not stop debugging.
I do not want to take resources on such bugs in old implementation of debugger.