Home >
Online Product Documentation >
Table of Contents >
Variables
Variables
During debugging, click
Variables
in the Stylus Studio tool bar to display the
Variables window. This button is active only when processing has been suspended.
For Java classes, Stylus Studio displays
- Local variables that are defined at that point in the processing and their values.
- Function parameters and their values.
- A special variable named
this
. The
this
variable represents the object being processed. It allows you to drill down and obtain additional information.
For stylesheets, Stylus Studio displays a path that shows which node in the stylesheet was being processed when processing was suspended.
For More Information
Viewing Processing Information