Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-03-10 20:08:08 +0000
committerDarin Wright2004-03-10 20:08:08 +0000
commit9694f79ef64a239559b9e17f772673d4b70f343b (patch)
tree75463d94c641457c1279490703a02695fc3a5e65 /org.eclipse.debug.ui/plugin.properties
parentf6fdd08eb49a6074273efd736bc9e1b1638e31ca (diff)
downloadeclipse.platform.debug-9694f79ef64a239559b9e17f772673d4b70f343b.tar.gz
eclipse.platform.debug-9694f79ef64a239559b9e17f772673d4b70f343b.tar.xz
eclipse.platform.debug-9694f79ef64a239559b9e17f772673d4b70f343b.zip
Bug 37514 - global retargettable breakpoint action
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 226cb0fb8..86079ab59 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -22,6 +22,7 @@ ConsolePreferencePage.name=Console
DebugModelContextBindingsName=Debug Model Context Bindings
ContextViewBindingsName=Context View Bindings
+BreakpoingActionSet.label=Breakpoints
CopyToClipboardAction.label=&Copy Stack
CopyVariablesToClipboardAction.label=Copy &Variables
DebugActionGroupsExtensionName= Debug Action Groups
@@ -104,6 +105,7 @@ TerminateAction.label=&Terminate
TerminateAction.tooltip=Terminate
TerminateAllAction.label=Termi&nate All
TerminateAndRemoveAction.label=Terminate and Remo&ve
+ToggleBreakpointAction.label=Toggle Line Brea&kpoint
VariablesView.name=Variables
StringVariablePreferencePage.name=String Substitution
@@ -163,6 +165,9 @@ ActionDefinition.runToLine.description=Resume and break when execution reaches t
ActionDefinition.terminate.name=Terminate
ActionDefinition.terminate.description=Terminate
+ActionDefinition.toggleBreakpoint.name=Toggle Line Breakpoint
+ActionDefinition.toggleBreakpoint.description=Creates or removes a line breakpoint
+
ActionDefinition.suspend.name=Suspend
ActionDefinition.suspend.description=Suspend

Back to the top