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 221406 - "Stop on uncaught exceptions" excludes
Summary: "Stop on uncaught exceptions" excludes
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 18:04 UTC by kalle1
Modified: 2012-11-03 18:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kalle1 2012-11-03 18:04:07 UTC
Hi,
it's not (100%) clear if the debugger also skips uncaught exceptions if they're listed in "do not step into" (stepping into a method might be associated with using the "step into" command of the debugger explicitly). Just one label needs to be added next to the "Stop on uncaught exceptions" checkbox if this is the case or a feature similar to "do not step into" excludes list should be created for uncaught exceptions.
I have no idea why someone would choose numbers instead of words to specify priority ;), so I leave the default and I'm very sure that this has lowest priority.
Comment 1 kalle1 2012-11-03 18:12:32 UTC
I just noticed, that it's not the case that entries in "do not step into" list prevent the debugger to stop at uncaught exceptions in class that match at least one of the entries, so this is a feature proposal to create a list which tells the debugger not stop at uncaught exception for a list of classes/classpathes to be specified by the user very similar to the "do not step into" list.