Subscribe

UiPath Studio

The UiPath Studio Guide

The Locals Panel

The Locals panel displays properties or activities and user-defined variables and arguments. The panel shows:

  • Exceptions - the description and type of the exception.
  • Arguments
  • Variables
  • Properties of previously executed activity - only input and output properties are displayed.
  • Properties of current activity

The panel is only visible while debugging. Right-click an argument, variable or property of the currently executing activity to add it to the Watch panel and monitor its execution throughout the debugging process.

The Arguments, Properties, and Variables categories can be compressed or expanded. The same is available for complex objects, which are displayed in a tabular way.

914

Property values are limited to a certain size. If a variable generates a large output, the value is truncated both in the Locals panel and in the Immediate panel.

When debugging is paused, the values of items in the Locals panel can be inspected in detail by hovering over the Value field of a variable and clicking the search button to open the Local Value window.

653

The values of variables and arguments can be modified by clicking the search button to open the Local Value window.

1498

Upon clicking the Copy to Clipboard option, the information is copied to the clipboard.

Updated 2 years ago


The Locals Panel


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.