The Window debug tab
The Window tab is displayed when you run your script in debugging mode. This tab displays buttons to open debugging tools.
The debugging tools are:
-
Global variables
You can use this tool to see or edit the current value of your script's variables when your script is paused. This tool highlights changes to the variables' values in red. You can set variables for watch in this tool. -
Watches
Same as the Global variables tool, but only for variables you set for watch. -
Call Stack
This tool displays the current runtime's call stack. The call stack displays the information of active scripts. -
Immediate
You can use this tool to test commands while the script is paused. The commands you call can change variables' values, but you can't add these commands to the script. -
Debug bar
Opens the Debug tab as a floating window. You can use this debug the bot without going back and forth to IBM RPA Studio. When attached to a runtime or a schedule, you can also see the remote computer's screen.