mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
local to native
This commit is contained in:
parent
97bd508eb1
commit
aa3229d345
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.debug.core.CDebugger">
|
point="org.eclipse.cdt.debug.core.CDebugger">
|
||||||
<debugger
|
<debugger
|
||||||
platform="local"
|
platform="native"
|
||||||
name="%GDBDebugger.name"
|
name="%GDBDebugger.name"
|
||||||
modes="run,core,attach"
|
modes="run,core,attach"
|
||||||
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"
|
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"
|
||||||
|
|
Loading…
Add table
Reference in a new issue