Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMarc Khouzam2012-05-08 17:52:44 +0000
committerMarc Khouzam2012-05-08 18:38:52 +0000
commit7d4ea8bd44d5ad83ff0bb34d539201f5c05eac60 (patch)
treeb5d9cc928ee117b9905dc1d09b3257688153fcbd /debug
parentd4d87ca4121a10fddcf5455fb595bb338ee95943 (diff)
downloadorg.eclipse.cdt-7d4ea8bd44d5ad83ff0bb34d539201f5c05eac60.tar.gz
org.eclipse.cdt-7d4ea8bd44d5ad83ff0bb34d539201f5c05eac60.tar.xz
org.eclipse.cdt-7d4ea8bd44d5ad83ff0bb34d539201f5c05eac60.zip
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>
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index 16b824cf325..dba67c653a7 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -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

Back to the top