mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
- added debugModelId for breakpoint contribution
This commit is contained in:
parent
62da8bcc26
commit
a43de426a4
1 changed files with 2 additions and 1 deletions
|
@ -1678,7 +1678,8 @@
|
|||
</factory>
|
||||
</extension>
|
||||
<extension point="org.eclipse.cdt.debug.ui.breakpointContribution">
|
||||
<breakpointLabels markerType="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
||||
<breakpointLabels markerType="org.eclipse.cdt.debug.core.cBreakpointMarker"
|
||||
debugModelId="org.eclipse.cdt.debug.core">
|
||||
<attribute name="org.eclipse.cdt.debug.core.breakpointType" label="%breapointType.label" type="integer"
|
||||
fieldEditor="org.eclipse.cdt.debug.ui.preferences.ReadOnlyFieldEditor"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue