1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bugzilla 213629

This commit is contained in:
Randy Rohrbach 2008-05-12 18:47:56 +00:00
parent 6290d55275
commit def2b2d472

View file

@ -10,4 +10,12 @@
markerType="org.eclipse.cdt.debug.core.cBreakpointMarker">
</breakpointExtension>
</extension>
<!-- Binding debug model ids to context. Use the same bindings as CDT -->
<extension point="org.eclipse.debug.ui.debugModelContextBindings">
<modelContextBinding
contextId="org.eclipse.cdt.debug.ui.debugging"
debugModelId="org.eclipse.dd.gdb"/>
</extension>
</plugin>