Lists all breakpoints set on opened documents. Once you set a breakpoint it is automatically added in this list. Breakpoints can be set on XSL/XQuery documents and in XML documents for XSLT debugging sessions.
Table 12.2. Breakpoints details
Column | Description |
---|---|
Enabled | If checked, the current condition is evaluated and taken into account. |
Resource | Resource file where the breakpoint is set. |
Line | Line number inside resource where the breakpoint is set. |
Not all set breakpoints are valid. For example if the breakpoint is set on one empty or commented line or the line is not reached by the processor (no template to match it, line containing only an end tag), that breakpoint is invalid.
Clicking a record highlights the breakpoint line into the document.