Breakpoints view

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.

 

Figure 7.6. The Breakpoints view

The Breakpoints view

 

Table 7.2. Breakpoints details

ColumnDescription
EnabledIf checked, the current condition is evaluated and taken into account.
ResourceResource file where the breakpoint is set. Entire path of resource file is available as tooltip.
LineLine number inside resource where the breakpoint is set.

[Important]  Valid Breakpoint
  •  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.

  • The contextual menu on table has the Go to, Remove, Remove All, Enable All, Disable All options.

  • Clicking a record highlights the breakpoint line into the document.