Run modes
Getting to the heart of the problem
──────────────────────────────────────────────────────────────────────────────

Run modes have been added for:

To Next Function
- halts execution of the first line of the next function
called.

To End of Function
- halts execution at the end of the current function.

Out of Codeblock
- if you are in a codeblock, runs to the line after the
codeblock.

To Codeblock
- runs the program to the next codeblock and halts.