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 79665 - Change the "multi-breakpoint" glyph to the icon cycling
Summary: Change the "multi-breakpoint" glyph to the icon cycling
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2006-07-04 10:58 UTC by Martin Entlicher
Modified: 2008-04-25 12:35 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 Martin Entlicher 2006-07-04 10:58:26 UTC
Instead of the "multi-breakpoint" glyph, for the case where we have more than
one breakpoint on a single line, show the multiple breakpoints as cycleable glyphs.

Main reason is that because a bpt can have the states: disbaled/enabled and
broken/normal and simple/complex once you merge them into the multi glyph all
this information get lost.
Comment 1 Rudolf Bock 2006-07-04 22:30:08 UTC
Yes, this makes sense, but there is an another issue.
If we will have cycleable glyphs only, the user will see just one of them at one
time.
How we could tell him, that on that line he should look for more breakpoints.

Maybe an "multiple breakpoint icon" could signalize, that he should try "cycle"
to find all of them (to watch their state).