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 - One can force tools debugger not to stop on uncaught exception
Summary: One can force tools debugger not to stop on uncaught exception
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: debuggertools (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-14 16:32 UTC by Jan Stola
Modified: 2001-06-19 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.