single stepping
Step mode, or single stepping, is the execution of a program one statement at a time under user control. It allows the user to observe the effects of each statement after it has been executed.

Step mode, or single stepping, is the execution of a program one statement at a time under user control. It allows the user to observe the effects of each statement after it has been executed.