UiPath Advanced RPA Developer (UiARD) — Question 50
When debugging a process, you run in Debug mode and are paused at a breakpoint. To execute only one activity at a time, which button should be clicked on the Debug tab of Studio?
Answer options
- A. Step Into
- B. Break
- C. Slow Step
- D. Continue
Correct answer: A
Explanation
The correct answer is 'Step Into' because it allows you to execute the next line of code one step at a time, providing insight into the execution flow. 'Break' is used to pause execution, 'Slow Step' is not a standard option in debugging, and 'Continue' resumes execution until the next breakpoint, rather than stepping through one action.