UiPath Automation Developer Associate v1 — Question 6
A developer is troubleshooting a workflow that enters a Suspended mode when encountering a breakpoint. To inspect the subsequent activities individually by pausing after each one, which operation must be employed from the Debug section of the UiPath Studio’s toolbar?
Answer options
- A. Slow Step
- B. Step Out
- C. Break
- D. Step Into
Correct answer: D
Explanation
The correct answer is 'Step Into' because it allows the developer to move through the workflow one activity at a time, pausing after each one for inspection. 'Slow Step' is not correct as it controls the speed of execution but doesn't pause after each step. 'Step Out' is used to complete the current activity and return to the calling activity, while 'Break' is a general pause point that does not facilitate step-by-step inspection.