Which of the following is not a part of Execution Flow during debugging ?

Which of the following is not a part of Execution Flow during debugging ?

A. Step Over
B. Step Into
C. Step Up
D. Step Out

Explanation: Step Into executes code, Step Out continues execution until bound value and Step Over is to execute code without stopg.