1
0
Fork 0
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:
Anton Leherbauer 2007-08-29 08:49:14 +00:00
parent a00f0ded40
commit caa71ea750

View file

@ -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