When debugging XSLT
programs in Komodo, view the execution location of the XSLT file
and the XML input file at the same time.
Before you start: Open the xslt_sample.xsl file
contained in the sample
project. The key bindings used in this showcase are for
Windows/Linux users. To find the equivalent key bindings for OS
X, click Help|Key Bindings.
On the Debug menu, click Step
In.
In the Debugging Options dialog box, enter birds.xml
(also in the Komodo Sample Project) as the input file. Click
OK.
Komodo displays split editor pane with yellow arrows showing
point of execution in both the XML and XSLT files. Step
through the code using the Step In button
('F11'), or set
breakpoints and use the Go/Continue
button ('F5').
When debugging is complete the results of the transformation
appear in the Output tab. Select
the HTML tab to preview the rendered
results.