Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-03-23 00:30:28 +0000
committerDarin Swanson2004-03-23 00:30:28 +0000
commitc40c921ce48c27006e22df551b67446477192095 (patch)
tree279001f0f4b595a0c4b755f2fd09155967b50a1d /org.eclipse.debug.ui/plugin.properties
parentd7e1f6fe91ba174abf5f0bc46f802b1d17eadb9b (diff)
downloadeclipse.platform.debug-c40c921ce48c27006e22df551b67446477192095.tar.gz
eclipse.platform.debug-c40c921ce48c27006e22df551b67446477192095.tar.xz
eclipse.platform.debug-c40c921ce48c27006e22df551b67446477192095.zip
Bug 55179 - Toggle breakpoint action and key binding missing
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 6a8ed124b..8178e103e 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -194,6 +194,12 @@ ActionDefinition.openDebug.description=Open debug launch configuration dialog
ActionDefinition.followHyperlink.name= Follow Hyperlink
ActionDefinition.followHyperlink.description= Follow a hyperlink in the debug console
+ActionDefinition.toggleWatchpoint.name=Toggle Watchpoint
+ActionDefinition.toggleWatchpoint.description=Creates or removes a watchpoint
+
+ActionDefinition.toggleMethodBreakpoint.name=Toggle Method Breakpoint
+ActionDefinition.toggleMethodBreakpoint.description=Creates or removes a method breakpoint
+
editWatchExpressionAction.label=&Edit Watch Expression
editWatchExpressionAction.tooltip=Edit the selected watch expression
reevaluateWatchExpressionAction.label=&Reevaluate Watch Expression

Back to the top