MCQ
Q.
Which of the following is not a part of Execution Flow during debugging ?
Correct Answer: C
Step Into executes code, Step Out continues execution until bound value and Step Over is to execute code without stopping.