Step Over
Advance beyond the current line of code and moves on to the next line.
Moves past the current line of code and proceeds to the next line, disregarding any method calls within that line. Execution skips over the method implementations.
Moves past the current line of code and proceeds to the next line, disregarding any method calls within that line. Execution skips over the method implementations.