2019.1

Table Of Contents
The Debug Information pane
The Debug Information pane displays the current values of variables and other information
useful in debugging processes (see "Debugging and error handling" on page87). It is divided
in 4 sections:
l
Job Information: Displays the Job Info variables, as well as the job's file name, size, last
edit date and presence of metadata (see "Job Info variables" on page597).
l
Local Variables: Displays all the variables local to this process (see "Local variables" on
page603).
l
Global Variables: Displays all the variables global to this configuration (see "Local
variables" on page603).
l
Evaluate Expression: Lets you enter a custom expression and displays its value at run-
time.
You can use the Evaluate Expression section to see the result of any combination of variable
properties (see "Variable task properties" on page607). To add a new expression, simply right-
click in the window and select Add Expression.
Click in the box on the left to edit the expression and add any variable properties or static text
you want, and click outside of the box to save it. Once saved, the Value column displays the
expression's result.
The contextual (right-click) menu displays the following items when at least one expression is
present:
l
Copy Value (only when right-clicking an existing expression): Places the resulting value
of the expression in your clipboard.
l
Revalue all: Refreshes the value of all the expressions.
l
Add Expression: Creates a new expression.
l
Delete Expression (only when right-clicking an existing expression): Remove the
selected expression.
l
Clear Expression List: Removes all expressions.
Page 764