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 180439 - New Breakpoint dialog should provide search for exception class
Summary: New Breakpoint dialog should provide search for exception class
Status: RESOLVED DUPLICATE of bug 222254
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 13:00 UTC by mvfranz
Modified: 2013-10-24 00:01 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 mvfranz 2010-02-08 13:00:04 UTC
It would be nice if you could search for the exception class in the New Breakpoint dialog when trying to create a breakpoint on an exception. Currently you have to type in the entire exception class name.

This functionality should also exist for the Match classes and Exclude classes.

It would also be useful to have button on the breakpoints tab to bring up the dialog.  it is not immediately apparent how to add new breakpoints with the current UI.
Comment 1 markiewb 2012-10-16 16:29:32 UTC
(In reply to comment #0)
> It would be nice if you could search for the exception class in the New
> Breakpoint dialog when trying to create a breakpoint on an exception. Currently
> you have to type in the entire exception class name.

Already fixed. There is code completion.

> 
> This functionality should also exist for the Match classes and Exclude classes.
> 

OPEN

> It would also be useful to have button on the breakpoints tab to bring up the
> dialog.  it is not immediately apparent how to add new breakpoints with the
> current UI.

Already fixed. There is a button at the left side at least in NB7.2/7.3. And there is also a context menu.
Comment 2 markiewb 2013-10-24 00:01:21 UTC
(In reply to markiewb from comment #1)
> > 
> > This functionality should also exist for the Match classes and Exclude classes.
> > 
> 
> OPEN
> 
-> duplicate of #222254

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