mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Fix for "Add/Remove Breakpoint".
This commit is contained in:
parent
a07093fbe2
commit
bb6ac7102c
1 changed files with 3 additions and 2 deletions
|
@ -109,12 +109,13 @@
|
|||
</action>
|
||||
</viewerContribution>
|
||||
<viewerContribution
|
||||
targetID="org.eclipse.cdt.ui.editor.CEditor.RulerContext"
|
||||
targetID="#RulerContext"
|
||||
id="org.eclipse.cdt.debug.ui.CEditorPopupActions">
|
||||
<action
|
||||
label="%AbbBreakpoint.label"
|
||||
label="%AddBreakpoint.label"
|
||||
helpContextId="manage_breakpoint_action_context"
|
||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
|
||||
menubarPath="debug"
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate">
|
||||
</action>
|
||||
</viewerContribution>
|
||||
|
|
Loading…
Add table
Reference in a new issue