UiPath RPA Associate (UiRPA) — Question 59
A developer runs a workflow in Debug mode and the process stops at a breakpoint. In UiPath Studio, which panel allows the developer to set values for variables before continuing the process?
Answer options
- A. Watch Panel
- B. Immediate Panel
- C. Breakpoint Panel
- D. Locals Panel
Correct answer: D
Explanation
The correct answer is D, the Locals Panel, as it displays the current values of variables and allows modifications during debugging. The Watch Panel (A) is used to monitor specific variables but does not allow editing, the Immediate Panel (B) is for executing commands but not for setting variable values, and the Breakpoint Panel (C) is related to managing breakpoints rather than variable values.