mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 160359: Debug session is not to be created
This commit is contained in:
parent
b07a1851fa
commit
def35fab6f
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,13 @@
|
|||
miVersions="mi,mi1,mi2"
|
||||
name="%StandardMacOSCommandFactory.name"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue