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 9050b720a..e1db4e981 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1452,6 +1452,14 @@
menubarPath="breakpointGroup"
id="org.eclipse.debug.ui.actions.RemoveAllBreakpoints">
</action>
+ <action
+ label="%RemoveAllTriggerpoints.label"
+ icon="$nl$/icons/full/elcl16/rem_all_triggers.png"
+ helpContextId="remove_all_breakpoints_action_context"
+ class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllTriggerpointsAction"
+ menubarPath="breakpointGroup"
+ id="org.eclipse.debug.ui.actions.RemoveAllTriggerpoints">
+ </action>
<action
label="%RemoveAction.label"
icon="$nl$/icons/full/elcl16/rem_co.png"

Back to the top