1
0
Fork 0
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:
David Inglis 2002-11-04 20:05:33 +00:00
parent 97bd508eb1
commit aa3229d345

View file

@ -22,7 +22,7 @@
<extension
point="org.eclipse.cdt.debug.core.CDebugger">
<debugger
platform="local"
platform="native"
name="%GDBDebugger.name"
modes="run,core,attach"
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"