Step Over
Jump over the next line of code.
──────────────────────────────────────────────────────────────────────────────

This will allow to jump over a function call without MrDebug having to
follow through each line of source code within the function or procedure.

MrDebug will simply run the function. Control will then be handed over to
the function or procedure. MrDebug will not appear again until either the
function returns to it's caller, thus handing control back to MrDebug or,
the programs ends, falls over with an error, a break point is reached, a
trace point is triggered, an ALTD() is called, or you press <Alt><D> to call
MrDebug.

The hot-key combination for this item is <F10>.