Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-06-15 22:09:22 +0000
committerMikhail Khodjaiants2004-06-15 22:09:22 +0000
commitf5ae1a741de865af9a467f549c844626974f8a3a (patch)
tree5b86e82742bf7fd6aa2671b395e02ef10ecd966e /debug/org.eclipse.cdt.debug.ui/plugin.properties
parentf88eb2a5375b5c13521f042ceaa1e61209a15213 (diff)
downloadorg.eclipse.cdt-f5ae1a741de865af9a467f549c844626974f8a3a.tar.gz
org.eclipse.cdt-f5ae1a741de865af9a467f549c844626974f8a3a.tar.xz
org.eclipse.cdt-f5ae1a741de865af9a467f549c844626974f8a3a.zip
Added the "Toggle Watchpoint" object contribution action.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 8d85c3e75b1..9e0109852b9 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -33,6 +33,8 @@ EnableBreakpoint.label=&Toggle Breakpoint Enabled
BreakpointProperties.label=Breakpoint P&roperties...
ManageFunctionBreakpointAction.label=Toggle Breakpoint
ManageFunctionBreakpointAction.tooltip=Toggle Function/Method Breakpoint
+ToggleWatchpointAction.label=Toggle Watchpoint
+ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
BreakpointPropertiesAction.label=P&roperties...
GlobalManageWatchpointAction.label=Add &Watchpoint (C/C++)...
AddExpressionAction.label=Add &Expression...

Back to the top