mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
Bug 372032: Make Reverse Resume visible in run menu
Change-Id: I10713bbfa2ff0dd4a66e555e496c0163d718a64d Reviewed-on: https://git.eclipse.org/r/5885 Reviewed-by: Pawel Piech <pawel.piech@windriver.com> Tested-by: Pawel Piech <pawel.piech@windriver.com> IP-Clean: Pawel Piech <pawel.piech@windriver.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
d4d87ca412
commit
7d4ea8bd44
1 changed files with 3 additions and 1 deletions
|
@ -2250,7 +2250,7 @@
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="menu:org.eclipse.ui.run?before=threadGroup">
|
locationURI="menu:org.eclipse.ui.run?after=stepGroup">
|
||||||
<command
|
<command
|
||||||
commandId="org.eclipse.cdt.debug.ui.command.reverseResume"
|
commandId="org.eclipse.cdt.debug.ui.command.reverseResume"
|
||||||
icon="icons/obj16/reverse_resume.gif"
|
icon="icons/obj16/reverse_resume.gif"
|
||||||
|
@ -2359,6 +2359,8 @@
|
||||||
</visibleWhen>
|
</visibleWhen>
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
|
|
||||||
|
<!-- Tracepoint contributions to Debug view popup -->
|
||||||
<menuContribution
|
<menuContribution
|
||||||
locationURI="popup:org.eclipse.debug.ui.DebugView?before=renderGroup">
|
locationURI="popup:org.eclipse.debug.ui.DebugView?before=renderGroup">
|
||||||
<command
|
<command
|
||||||
|
|
Loading…
Add table
Reference in a new issue