Everything
2.8.3.2 Step over function (Step over execution)

In the case of a function call by the CALL instruction, all the source lines/instructions in the function are treated as one step and executed until the position where execution returns from the function (step execution will continue until the same nest is formed as when the CALL instruction has been executed).

Click the button on the debug toolbar to perform Step over execution.

In the case of an instruction other than CALL, operation is the same as Step in execution.

Caution

If Step over execution is performed for the longjmp function, program execution may not complete and may wait for a time-out.