Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlena Laskavaia2008-04-25 18:57:50 +0000
committerAlena Laskavaia2008-04-25 18:57:50 +0000
commit2c293213bedcfb754408f7427becf165c1715ad1 (patch)
treed6bfef4212e4dbcb8ea3002c1be82da21cd714c3 /debug
parentb7a798801095430039770c358de8ee55fec0467f (diff)
downloadorg.eclipse.cdt-2c293213bedcfb754408f7427becf165c1715ad1.tar.gz
org.eclipse.cdt-2c293213bedcfb754408f7427becf165c1715ad1.tar.xz
org.eclipse.cdt-2c293213bedcfb754408f7427becf165c1715ad1.zip
bug 226689 - catchpoint support, removed obsolete page
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index 629bd60bc74..5e3c0ea4892 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -1046,16 +1046,6 @@
</enabledWhen>
</page>
<page
- class="org.eclipse.cdt.debug.internal.ui.propertypages.CCatchpointPropertyPage"
- id="org.eclipse.cdt.debug.ui.propertypages.breakpoint.catchpoint"
- name="%CatchpointBreakpointPage.label">
- <enabledWhen>
- <adapt
- type="org.eclipse.cdt.debug.core.model.ICCatchpoint">
- </adapt>
- </enabledWhen>
- </page>
- <page
class="org.eclipse.cdt.debug.ui.breakpointactions.ActionsPropertyPage"
id="org.eclipse.cdt.debug.ui.breakpointactions.actions"
name="%BreakpointActionsPage.label">

Back to the top