Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index a2e624dc3..cfcd73fe9 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -853,6 +853,14 @@
label="%GroupBy.label"
tooltip="%GroupBy.tooltip">
</action>
+ <action
+ id="org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction"
+ menubarPath="defaultBreakpointGroup"
+ class="org.eclipse.debug.internal.ui.actions.breakpointSortBy.SortBreakpointsByAction"
+ helpContextId="sort_breakpoints_by_action_context"
+ label="%SortBy.label"
+ tooltip="%SortBy.tooltip">
+ </action>
</viewContribution>
<!-- Contributions to Expression View Toolbar -->
<viewContribution

Back to the top