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 56602 - Allow to enable and disable BP by shortcut and by context action
Summary: Allow to enable and disable BP by shortcut and by context action
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 20945 (view as bug list)
Depends on: 59344 59389
Blocks:
  Show dependency tree
 
Reported: 2005-03-17 13:21 UTC by Milan Kubec
Modified: 2010-04-29 09:21 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 Milan Kubec 2005-03-17 13:21:25 UTC
User should be able to enable/disable BP by shortcut when cursor or program
counter is on line with breakpoint and also editor context menu should offer
action Enable/Disable BP when invoked on line with BP. Or the action could be
accessible from gutter when clicking on BP annotaion.
Comment 1 frank_schoenheit 2005-03-17 14:27:14 UTC
This would be a handy feature, since currently, en/disabling breakpoints
requires a lot of clicks and or key presses (you always need to go via the
Breakpoints window), while it would be much easier to simply en/disable the
breakpoint at the very source line where my cursor already resides.
Comment 2 Roman Ondruska 2005-05-09 14:05:18 UTC
Yes, this should be possible. 
Comment 3 Roman Ondruska 2005-05-11 10:50:26 UTC
This is in NB-plan for 4.2
Comment 4 Roman Ondruska 2005-05-11 11:25:05 UTC
NbFeature#1028
Comment 5 Martin Entlicher 2005-05-18 13:24:16 UTC
*** Issue 20945 has been marked as a duplicate of this issue. ***
Comment 6 Martin Entlicher 2005-08-02 15:09:41 UTC
Implemented in trunk:

/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/Breakpoint.xml,v 
<--  Breakpoint.xml
new revision: 1.7; previous revision: 1.6

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/BreakpointEnableAction.java,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/BreakpointEnableAction.java,v
 <--  BreakpointEnableAction.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/LineBreakpointCustomizeAction.java,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/LineBreakpointCustomizeAction.java,v
 <--  LineBreakpointCustomizeAction.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/BreakpointsActionsProvider.java,v
 <--  BreakpointsActionsProvider.java
new revision: 1.12; previous revision: 1.11

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.26; previous revision: 1.25
Comment 7 Quality Engineering 2010-04-29 09:21:46 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.