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?
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?
In UiPath Studio, the Immediate Panel allows developers to assign values to variables during debugging, and the Locals Panel displays the current values of variables in the current scope. Together, these panels enable the developer to view and modify variable values during the debugging process. Therefore, the correct answer is the Locals Panel and Immediate Panel.
https://docs.uipath.com/studio/standalone/2023.10/user-guide/the-locals-panel https://docs.uipath.com/studio/standalone/2020.10/user-guide/the-immediate-panel