Working with the debugging panels
Apart from the actions available in the DEBUG ribbon bar, UiPath Studio provides you with an array of panels that help you in the debugging process.
There are five panels available for debugging in UiPath:
- The Locals panel
- The Watch panel
- The Immediate panel
- The Call Stack panel
- The Breakpoints panel
Each panel is marked in the following screenshot. Each number corresponds with the position of the panel in the preceding list:
Once debugging has started, all five panels become visible. But, first, let's look at each panel and understand what purpose they serve.
The Locals panel
The Locals panel window has three properties – Name, Type, and Value. The panel shows the following information with their corresponding properties:
- Variables: Displays all the variables within the scope of the executing container
- Arguments: Displays...