Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorRandy Rohrbach2009-01-28 20:17:07 +0000
committerRandy Rohrbach2009-01-28 20:17:07 +0000
commit86c7af6e76554fc57f581cd33823e9237ac7c3b7 (patch)
tree010c8693f6456101f7f15851c6574add0ec77afb /debug
parent7d71c4678d947e974f5d72504cc37e08b9157928 (diff)
downloadorg.eclipse.cdt-86c7af6e76554fc57f581cd33823e9237ac7c3b7.tar.gz
org.eclipse.cdt-86c7af6e76554fc57f581cd33823e9237ac7c3b7.tar.xz
org.eclipse.cdt-86c7af6e76554fc57f581cd33823e9237ac7c3b7.zip
Bugzilla 262804.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index c30843f3e51..052cac7cf15 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -690,6 +690,11 @@
label="%AddWatchpoint.label"
menubarPath="additions"
tooltip="%AddWatchpoint.tooltip">
+ <enablement>
+ <pluginState
+ value="activated"
+ id="org.eclipse.cdt.debug.ui"/>
+ </enablement>
</action>
</viewerContribution>
<viewerContribution

Back to the top