F10 - Step Over
Run the next line of source code without making any jumps.
──────────────────────────────────────────────────────────────────────────────

This allows you to 'jump' over a function call. The function is called and
all lines of code are executed in the function, when the program returns
from the function, the MrDebug stops on the next executable line of code and
waits for your next move.