<!ELEMENT extension (stepFilter*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT stepFilter EMPTY>
<!ATTLIST stepFilter
class CDATA #REQUIRED
modelIdentifier CDATA #REQUIRED>
IStepFilter
.
<extension point="org.eclipse.debug.core.stepFilters"> <stepFilter class="com.example.ExampleStepFilter" modelIdentifier="com.example.debug.model"> </stepFilter> </extension>In the example above, the specified step filter will be used for the
com.example.debug.model
debug model.
Copyright (c) 2014 itemis AG (http://www.itemis.eu) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html