Debug Panel - Output

Overview

The Output debug panel displays detailed information about a running task and usually provides the best indication of why a task failed. As a task executes, information about each step is logged to the Output panel in real-time, including task step, the action being performed within the step and completion or failure status. If the task fails, extended error information is logged in red for easy detection.

The Output panel is a useful debugging tool because it can contain invaluable information about what a task is doing at any given time. Furthermore, since the data being output is specific to the action being performed, pertinent information unique to each activity's execution may be logged to the Output panel. For example, the File System - Copy activity outputs the name of each file being copied while it is executing. You can determine if the proper files are being copied by simply viewing the Output panel.

Parameters

The Output debug window includes the following fields (columns):

Column header Description
Task The name of the task.
Function The function being executed.
Step The step number that the output message refers to.
Message A description about the current execution.

Shortcut menu

Right-clicking inside the Output panel opens a shortcut menu that contains the following items:

Menu item Description
Auto Scroll If enabled, causes the Output panel to automatically scroll down to the latest output message that appears during runtime. If disabled, auto scrolling will not be applied.
Copy Copies the selected (currently highlighted) output data to the clipboard. The contents can then be pasted into any application or window that accepts standard text.
Select All Selects all data currently displayed in the Output panel.
Clear Clears all data currently displayed in the Output panel.
Save As... Saves output data as a (.log) file.
Help Opens the help topic regarding this debug tool.

Managing output data

The contents of the Output panel can be handled in several different ways. New output can be appended to the existing data in the Output window, or the window can be cleared before additional data is entered. Output data can be copied to the clipboard, and the contents can then be pasted into any application or window that accepts standard text. You can also save the contents of the Output tab to a standard text file.

To copy the contents of the Output panel

  1. Right-click anywhere in the Output panel, and then select Copy.
  2. Open the application of your choice (usually a text file) and use the Paste function.

To clear the contents of the Output window

Right-click anywhere in the Output window, and then select Clear.

To save output data to a text file

  1. Right-click anywhere in the Output window, and then select Save As .

  2. Select a file location (usually a text file).

  3. Enter a file name, and then select Save.