Contribute a debugger for a particular JAXP processor type (e.g. Saxon). The extension point primarily defines the classpath and transformer factory to be used when debugging. A debugger for a processor type A unique id for this debugger A name to be displayed in the UI A ';'-separated classpath required to run the debugger (in addition to that already added by the processor itself). The processor type that this debugger works with A fully-qualified class that implement the IXSLDebugger interface. It is easier to extend AbstractXSLDebugger. The fully-qualified class name of the transformer factory to use for debugging. This must be one of the transformer factories belonging to the processor type. <pre> <extension point="org.eclipse.wst.xsl.jaxp.launching.debugger"> <debugger className="org.eclipse.wst.xsl.xalan.debugger.XalanDebugger" classpath="${eclipse_orbit:org.eclipse.wst.xsl.xalan}" id="org.eclipse.wst.xsl.xalan.debugger" name="Xalan 2.5.1 or greater" processorTypeId="org.eclipse.wst.xsl.xalan.processorType" transformerFactoryClass="org.apache.xalan.processor.TransformerFactoryImpl"> </debugger> </extension> </pre> Copyright (c) 2007 Chase Technology Ltd - <a href="http://www.chasetechnology.co.uk">http://www.chasetechnology.co.uk</a>.<br> 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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>