UiPath AI Specialist v1 — Question 140

In UiPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values to variables prior to resuming the process?

Answer options

Correct answer: A

Explanation

The Immediate Panel and Watch Panel are specifically designed to allow developers to evaluate expressions and modify variable values during debugging. The Locals Panel shows current variable values but does not allow for direct modification, while the Breakpoint Panel is only for managing breakpoints and does not aid in variable assignment.