mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bugzilla 213629
This commit is contained in:
parent
6290d55275
commit
def2b2d472
1 changed files with 8 additions and 0 deletions
|
@ -10,4 +10,12 @@
|
||||||
markerType="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
markerType="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
||||||
</breakpointExtension>
|
</breakpointExtension>
|
||||||
</extension>
|
</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>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue