Breakpoints View

This view lists all breakpoints set on opened documents. Once you set a breakpoint it is automatically added in this list. Breakpoints can be set in XSLT/XQuery documents and in XML documents for XSLT debugging sessions. A breakpoint can have an associated break conditions which represent XPath expressions evaluated in the current debugger context. In order to be processed their evaluation result should be a boolean value. A breakpoint with an associated condition stops the execution of the Debugger only if the breakpoint condition is evaluated to true.

The Breakpoints View

Table 1. Breakpoints columns
Column Description
Enabled If checked, the current condition is evaluated and taken into account.
Resource Resource file and number of the line where the breakpoint is set. The Entire path of resource file is available as tooltip.
Condition XSLT/XQuery expression to be evaluated during debugging. The expression will be evaluated at every debug step.
Important: Not all set breakpoints are valid. You should check that your breakpoint is valid:
The following actions are available on the table's contextual menu: