To configure the Debugger preferences, open the
Preferences dialog box and go to .
The following preferences are available:
- Show xsl:result-document output - if checked, the debugger presents
the output of xsl:result-document instructions into the debugger output
view;
- Infinite loop detection - set this option to receive notifications
when an infinite loop occurs during transformation;
- Maximum depth in templates stack - sets how many
xsl:template instructions can appear on the current stack. This setting
is used by the infinite loop detection;
- Debugger layout - a horizontal layout means that the stack of XML
editors takes the left half of the editing area and the stack of XSL editors takes the right
one. A vertical layout means that the stack of XML editors takes the upper half of the
editing area and the stack of XSL editors takes the lower one;
- Debugger current instruction pointer -
controls the background color of the current execution node, both in the document (XML) and
XSLT/XQuery views;
- XWatch evaluation timeout (seconds) - specifies the maximum time
that Oxygen XML Editor allocates to the evaluation of XPath expressions while
debugging;
- Messages - specifies whether a debugging session is stopped, is
continued, or you are asked what to do when you are editing the source document involved in
a debugging session.