Run To Cursor Runs the program to the cursor position ──────────────────────────────────────────────────────────────────────────────
This allows you to set a place where the program should run to.
Move the cursor to the line that you wish MrDebug to allow the program to run to before stopping and returning control to the MrDebug and press <F7>.
The program will run to the line that you set unless it reaches a breakpoint, an error occurs in your program, a trace point triggers, an ALTD() triggers, or you press <Alt><D>.