diff options
author | Mikhail Khodjaiants | 2007-01-26 17:51:10 +0000 |
---|---|---|
committer | Mikhail Khodjaiants | 2007-01-26 17:51:10 +0000 |
commit | def35fab6f768a5ca8a75222f6354d619f5d03b5 (patch) | |
tree | ddb1279c01f60f449dffb89fba0326b10240b807 /debug | |
parent | b07a1851fa35853d0b5e76fcc21cebde23ef5bb0 (diff) | |
download | org.eclipse.cdt-def35fab6f768a5ca8a75222f6354d619f5d03b5.tar.gz org.eclipse.cdt-def35fab6f768a5ca8a75222f6354d619f5d03b5.tar.xz org.eclipse.cdt-def35fab6f768a5ca8a75222f6354d619f5d03b5.zip |
Bug 160359: Debug session is not to be created
Diffstat (limited to 'debug')
-rw-r--r-- | debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml index 71d0be3bb76..5859e7ba65b 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -73,6 +73,13 @@ platforms="macosx"/> <commandFactory class="org.eclipse.cdt.debug.mi.core.command.factories.StandardCommandFactory" + debuggerID="org.eclipse.cdt.debug.mi.core.CDebuggerNew" + id="org.eclipse.cdt.debug.mi.core.standardCommandFactory" + miVersions="mi,mi1,mi2" + name="%StandardCommandFactory.name" + platforms="*"/> + <commandFactory + class="org.eclipse.cdt.debug.mi.core.command.factories.StandardCommandFactory" debuggerID="org.eclipse.cdt.debug.mi.core.GDBServerCDebugger" id="org.eclipse.cdt.debug.mi.core.standardCommandFactory" miVersions="mi,mi1,mi2" |