Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 00b93055e..3cce26922 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -666,6 +666,10 @@
id="org.eclipse.debug.ui.main.toolbar"
label="%DebugActionSet.label">
<separator
+ name="breakpointGroup"
+ visible="true">
+ </separator>
+ <separator
name="threadGroup"
visible="true">
</separator>
@@ -693,10 +697,6 @@
name="renderGroup"
visible="false">
</separator>
- <separator
- name="breakpointGroup"
- visible="true">
- </separator>
</toolbar>
</menuContribution>
</extension>

Back to the top