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 - Special glyph for breakpoints which do not stop any threads
Summary: Special glyph for breakpoints which do not stop any threads
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: -S1S-
Hardware: PC Other
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 22:05 UTC by 280Z28
Modified: 2011-10-07 15:32 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: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.