About the Debug Window
The lower right pane of the Designer window is called the debug window.
It provides eight different views that aid in debugging Workflows:
Output—contains debug and general
information about the currently running Workflow
Variable—lists the Automated Workflow
variables that are contained in the current Workflow
Breakpoints—lists the breakpoints associated
with the current Workflow
Watches—shows all currently set watches
and displays the evaluated values for the watch variables and expressions
as the Workflow runs
Attachments—shows
the file attachments that are attached to the Workflow
Labels—lists all labels in the Workflow
with the label name and the step number
Comments—shows each comment in the Workflow
along with its step number
Stack—shows
the depth of the currently running Workflow. When a subWorkflow is running, the
name of the parent Workflow is shown below it. If a subWorkflow within a subWorkflow
is running, its immediate parent is listed below it and then the parent
of the parent.