mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Fix for 201521: External assembly files don't show breakpoint icons
This commit is contained in:
parent
a00f0ded40
commit
caa71ea750
1 changed files with 3 additions and 0 deletions
|
@ -1344,6 +1344,9 @@
|
||||||
<factory
|
<factory
|
||||||
class="org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory"
|
class="org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory"
|
||||||
contentTypeId="org.eclipse.cdt.core.cSource"/>
|
contentTypeId="org.eclipse.cdt.core.cSource"/>
|
||||||
|
<factory
|
||||||
|
class="org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory"
|
||||||
|
contentTypeId="org.eclipse.cdt.core.asmSource"/>
|
||||||
</extension>
|
</extension>
|
||||||
<!-- Import Executable Wizard -->
|
<!-- Import Executable Wizard -->
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue