mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
[258284] Add ToggleDebugging button to Debug View context menu.
This commit is contained in:
parent
7badf2d053
commit
a64a9ce3a1
1 changed files with 16 additions and 0 deletions
|
@ -423,6 +423,22 @@
|
||||||
</visibleWhen>
|
</visibleWhen>
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
<menuContribution
|
||||||
|
locationURI="popup:org.eclipse.debug.ui.DebugView?before=stepGroup">
|
||||||
|
<command
|
||||||
|
commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
|
||||||
|
icon="icons/full/obj16/reversetoggle.gif"
|
||||||
|
id="org.eclipse.cdt.dsf.gdb.ui.button.reverseToggle"
|
||||||
|
label="%command.reverseToggle.label"
|
||||||
|
style="toggle">
|
||||||
|
<visibleWhen
|
||||||
|
checkEnabled="false">
|
||||||
|
<reference
|
||||||
|
definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
|
||||||
|
</reference>
|
||||||
|
</visibleWhen>
|
||||||
|
</command>
|
||||||
|
</menuContribution>
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="popup:org.eclipse.debug.ui.DebugView?after=threadGroup">
|
locationURI="popup:org.eclipse.debug.ui.DebugView?after=threadGroup">
|
||||||
<command
|
<command
|
||||||
|
|
Loading…
Add table
Reference in a new issue