The primary way to work with breakpoints is via the main window see the section called “Using the main window”
Once you have started the stylesheet you can use the Tools->Show inspectors menu item. Then click on the Breakpointstab. See below for an example |
![]() |
You can add a breakpoint by supplying either
a file and line number
a template name
a template name and a mode name
a mode name
And then pressing the "Add" button
Table 3.2. Argument details
A file name may be absolute path to a local file. Or partial file eg: xsldoc.xsl |
A template or mode name may is fully Qualified Name where the non-local part is optional eg. xsl:mytemplate is matched by mytemplate |
Firstly left mouse click the breakpoint you want to delete in the list of current breakpoints. Then click the "Delete" button.