|
Home > Online Product Documentation > Table of Contents > Inserting a Breakpoint in the Sample Stylesheet Inserting a Breakpoint in the Sample StylesheetThis topic is part of a sequence that starts with Setting Up Stylus Studio to Debug Sample Files. As with any debugger, in the Stylus Studio XSLT debugger you insert a breakpoint where you want to suspend processing and examine what is going on. You can do this using the Debug menu or the debug set of tools in the tool bar.
To insert a breakpoint in the sample stylesheet:
1. In the XSLT Editor, click in line 202. Line numbers appear in the lower right corner of the XSLT Editor window. Line 202 starts with
2. In the Stylus Studio tool bar, click
Toggle Breakpoint
Alternative: If you prefer, select Debug > Toggle Breakpoint, or press F9.
Stylus Studio displays a red circle to the left of the line that contains the
Do not do it, but to remove a breakpoint, you click in the line that has the breakpoint and then click Toggle Breakpoint (or F9). The Toggle Breakpoint button and F9 key operate as toggles.
3. Press F5 to start debugging.
Alternative:
In the Stylus Studio tool bar, click
Start Debugging
The XSLT processor displays a yellow triangle to indicate where processing has been suspended. Instead of the finished HTML created when you first ran the scenario, the Preview window displays just the HTML code because complete processing of the XSLT was suspended before the finished HTML could be rendered.
Do not do it, but to stop debugging, you can click
Cancel in the lower right corner of the XSLT editor window, or click
Stop Debugging
If you click
Preview Result
|
XML Differencing
Stylus Studio's integrated XML Differencing tool visually computes and analyzes any changes made to files or folders in a highly configurable, XML-aware fashion. Display text or tree views, with changes displayed in a merged view or side-by-side!
Advertising & Marketing
Learn about top advertising and marketing companies that are leveraging Stylus Studio 2006 to enhance their everyday work experience.
Visual Data Integration Using Stylus Studio XML Pipeline
XML Pipeline is a visual data integration tool for designing, editing, debugging and deploying XML applications. This tutorial covers building a data integration application that aggregates CSV and EDI data and publishes a report to HTML and PDF.
XQuery API for Java (XQJ)
DataDirect XQuery is an embeddable software product based on the XQuery and XQJ standards that enables Java developers to access both relational and XML data sources using a single XQuery query. Runs on Oracle, SQL Server, DB2, and more!