%@ page language="C#" masterpagefile="~/templates/Documentation.master"
inherits="Page"
pagetitle="Ending Processing During a Debug Session"
keywords="Ending Processing During a Debug Session"%> Home >Online Product Documentation >Table of Contents >Ending Processing During a Debug Session
In the XSLT Source tab, Stylus Studio displays the blue back-mapping triangle that indicates the line in the stylesheet that generated the output line you clicked.
Stylus Studio displays a notification message that indicates that processing has been stopped and, optionally, allows you to jump to the location where processing ended.
Ending Processing During a Debug Session
To end processing during a debug session:
The cursor appears on line 146 of the XSLT Source tab, which contains
Stylus Studio displays the XML source document that the stylesheet operates on. As you can see, the first result element is the document element.
This section demonstrated some of the major features of Stylus Studio's debug tools, including specialized windows for presenting call stack and variable information. For complete information on using the XSLT debugger, see Chapter 7Debugging Stylesheets.