Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-11-02 03:32:44 +0000
committerDavid Inglis2004-11-02 03:32:44 +0000
commit46d6b8f8c17b34203a0805d6cf59241667019569 (patch)
treee09ef85ef4da09bddb9a7349641d6d297e7695fa /launch/org.eclipse.cdt.launch/plugin.xml
parentb39a005df06483bf727cfbfbcef0a5c9d59f1bab (diff)
downloadorg.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.tar.gz
org.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.tar.xz
org.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.zip
see change log
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index 3f27e525229..55ea4336c87 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -131,5 +131,19 @@
id="org.eclipse.cdt.launch.CPropertyTester">
</propertyTester>
</extension>
-
+ <extension
+ point="org.eclipse.debug.core.statusHandlers">
+ <statusHandler
+ code="100"
+ plugin="org.eclipse.cdt.launch"
+ class="org.eclipse.cdt.launch.internal.ui.ProcessPrompter"
+ id="org.eclipse.cdt.launch.statusHandler.processPrompter">
+ </statusHandler>
+ <statusHandler
+ code="101"
+ plugin="org.eclipse.cdt.launch"
+ class="org.eclipse.cdt.launch.internal.ui.CoreFilePrompter"
+ id="org.eclipse.cdt.launch.statusHandler.coreFilePrompter">
+ </statusHandler>
+ </extension>
</plugin>

Back to the top