Use the Step Over command () to execute the current statement and advance to the next statement in the source code. If the current statement is a routine call, program execution continues until reaching one of these points:
or
or
The current statement or routine executes, then program execution stops.
For more information on debugging, see C/C++ Development User Guide > Tasks > Running and debugging projects > Debugging.