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?
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?
To execute only one activity at a time while debugging a process in Debug mode and paused at a breakpoint, the 'Step Into' button should be clicked in the Debug tab of Studio. This command allows you to go through the code one activity at a time, providing a more granular debugging experience.
Step sister... I mean Step Into
A. Step Into
Ans : A
Step Into execute only one activity at a time !
the given answer is correct