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 203265 - Support for additional columns in the Breakpoints window
Summary: Support for additional columns in the Breakpoints window
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: -S1S-
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 22:11 UTC by 280Z28
Modified: 2015-05-16 23:25 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 280Z28 2011-10-06 22:11:09 UTC
The breakpoints window should include optionally visible columns for additional information. I saw a previous issue requesting the current Hit Count, but additional columns are:

* Condition expression
* Hit Count
* Which threads get stopped
* Displayed message
Comment 1 nimarukan 2015-05-16 23:25:22 UTC
(vote is for a ConditionalExpression column so I can tell my breakpoints apart.  I use exception breakpoints most frequently.  I sometimes have several exception breakpoints for a common exception, such as NullPointerException.  Each breakpoint is restricted to a different throwing class [to ignore exceptions of the same type thrown in library code during loading and initializations].  Sometimes the classes are in several different projects.  So it can be a tedious to open each one to identify the right breakpoint when I want to toggle it, or when I'm done with it and want to delete it.)