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 203262

Summary: Special glyph for breakpoints which do not stop any threads
Product: debugger Reporter: 280Z28
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description 280Z28 2011-10-06 22:05:46 UTC
Currently there is no way to distinguish between breakpoints which stop no threads, one thread, or all threads. It'd be nice if new glyphs could be added to indicate at least the special case of tracepoints (breakpoints which do not stop any threads). I propose the glyph be the same square/corner shape as a regular/conditional breakpoint, but be colored green (go) instead of red (stop).
Comment 1 Jiri Kovalsky 2011-10-07 09:06:45 UTC
Using just a color as differentiator is not compliant with usability rules as color-blind people wouldn't recognize it. There must be some small widget added to the breakpoint icon.
Comment 2 280Z28 2011-10-07 15:32:46 UTC
The "Implements" and "Has Implementations" glyphs are distinguished only by color. Both are related to the same concept, with color used to show a particular detail.

Another option is a vertical flip of the "Method Breakpoint" glyph, a shape similar to what I've seen for the same feature in other IDEs.