How to deep dive into the execution of a method from a method call?
F3
F7
F5
F8
None of these
Correct Option: C
F5 executes currently selected line and goes to the next line in the program. If the selected line is a method call, debugger steps into the associated code.