Subscribe

UiPath Studio

The UiPath Studio Guide

About Debugging

Debugging is the process of identifying and removing errors that prevent the project from functioning correctly. It is recommended to perform debugging during the design stage of the automation project, at activity, file and project level.

Debugging can be performed using several options, defined in the ribbon and explained in the Debugging Actions page.

Several panels make it easier to view the debugging process, add values or monitor variables and arguments.

1548

Start Debugging

The options for running and debugging a file or project are available both in the Design and Debug tabs.

OptionDescription
DebugClick Debug or use F5 to debug the whole project.
RunClick Run or use Ctrl + F5 to run the whole project.
Debug FileClick Debug File or use F6 to debug the current file.
Run FileClick Run File or use Ctrl + F6 to run the current file.

During debug, click the Break button to pause. The activity which is being debugged remains highlighted when paused. Once this happens, you can choose other debug actions like Step Into or press Stop to exit and return to design mode. The keyboard shortcut for the Stop button is F12.

It is recommended to use Break along with Slow Step so that you know exactly when debugging needs to be paused.

The Continue option is available when the debug process is paused.

Updated 3 years ago


About Debugging


Suggested Edits are limited on API Reference Pages

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