UiPath Advanced RPA Developer (UiARD) — Question 44

During the debugging process, which panel will help monitor the variables' values, arguments, and user-defined expressions within the scope of the executing activity?

Answer options

Correct answer: C

Explanation

The Watch Panel is specifically designed to track the values of variables and expressions that you want to monitor during debugging. The Locals Panel shows current local variables, the Immediate Panel allows for command execution, and the Call Stack Panel displays the active stack frames but does not focus on monitoring expressions.