1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

[285225] Undo unintended tracepoint related change

This commit is contained in:
Anton Leherbauer 2009-10-20 12:48:56 +00:00
parent 95e3b558d5
commit 5304735fdb

View file

@ -186,16 +186,7 @@
name="Filter">
<filter name="debugModelId" value="org.eclipse.cdt.dsf.gdb"/>
<enabledWhen>
<and>
<adapt
type="org.eclipse.cdt.debug.core.model.ICBreakpoint">
</adapt>
<not>
<adapt
type="org.eclipse.cdt.debug.core.model.ICTracepoint">
</adapt>
</not>
</and>
<adapt type="org.eclipse.cdt.debug.core.model.ICBreakpoint"/>
</enabledWhen>
</page>
</extension>