mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="menu:org.eclipse.ui.run?before=threadGroup">
|
||||
locationURI="menu:org.eclipse.ui.run?after=stepGroup">
|
||||
<command
|
||||
commandId="org.eclipse.cdt.debug.ui.command.reverseResume"
|
||||
icon="icons/obj16/reverse_resume.gif"
|
||||
|
@ -2359,6 +2359,8 @@
|
|||
</visibleWhen>
|
||||
</command>
|
||||
</menuContribution>
|
||||
|
||||
<!-- Tracepoint contributions to Debug view popup -->
|
||||
<menuContribution
|
||||
locationURI="popup:org.eclipse.debug.ui.DebugView?before=renderGroup">
|
||||
<command
|
||||
|
|
Loading…
Add table
Reference in a new issue