Process execution and debugging

Before you start debugging you should choose desired robot edition: Standard or Enterprise in Studio main panel.

You may also start debugging from any element. To do so just right-click the desired element and press "Execute from element" menu item

After pressing the button, an instance of the robot is launched, which will immediately execute the current process. The Console panel is available for viewing process messages.

There are the following buttons on the Console panel.

The console contains DEBUG, INFO, ERROR and NETWORK filters. These filters are responsible for collecting messages of the corresponding type.

The states of variables will be displayed in the Current value column of the Variables panel.

You can work with variables and expressions on the Observation panel (by functionality corresponding to the Watch panel of classic development environments).

To edit the calculated expression, you can either edit the text right in the table cell or open the editing window by double-clicking on the desired observation.

To debug either Standard or Enterprise robot edition choose the desired edition in Studio main menu

Last updated