mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56: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
|
||||
class="org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.cSource"/>
|
||||
<factory
|
||||
class="org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModelFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.asmSource"/>
|
||||
</extension>
|
||||
<!-- Import Executable Wizard -->
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue