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 34242 - Add some functionality to the breakpoint icons in the breakpoint summary column.
Summary: Add some functionality to the breakpoint icons in the breakpoint summary column.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: UI, USABILITY
: 26005 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-07 12:20 UTC by lkishalmi
Modified: 2006-10-23 16:39 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 lkishalmi 2003-06-07 12:20:14 UTC
The breakpoint icon currently is just displayed
without any helpful function, so it just occupies
space.

1. At least it should show whether the breakpoint
is enabled or disabled using the appropiate icons
we already have.

2. Additional function: clicking on it we could
enable / disable the breakpoint. (The enable
column with the ugly combos would be obsolete.)

3. If the debugger steps to a breakpoint the icon
clould be changed to the apropriate icon
indicating that the PC is at that breakpoint.


Point 1 and 2 are nice to have features, point 3
just adds a bit of usability.
Comment 1 _ lcincura 2005-05-12 17:48:44 UTC
Ad 1) Would be nice, if the icon indicates also valid/non valid breakpoint.

Ad 3) Icon changed to same icon as icon on gutter (green arrow on top of red
sqaure) would be very nice and more user friendly than just bold breakpoint name
Comment 2 Martin Entlicher 2005-05-13 11:08:04 UTC
Ad 2) The current checkboxes (after property sheet redesign) are O.K. IMHO
Agreed that this would improve usability.
Comment 3 Martin Entlicher 2005-05-16 11:15:38 UTC
*** Issue 26005 has been marked as a duplicate of this issue. ***
Comment 4 Martin Entlicher 2005-12-12 18:56:15 UTC
This might be considered when working on issue #32796.
Comment 5 Martin Entlicher 2006-10-11 15:42:58 UTC
This is currently resolved in trunk. New breakpoint icons were checked in.
Comment 6 lkishalmi 2006-10-11 19:14:08 UTC
I've seen it. Fine stuff! Thanks.