Starting MrDebug
Getting MrDebug to appear
──────────────────────────────────────────────────────────────────────────────

MrDebug appears automatically when the running program comes across the
first module that has been compiled with a /b switch (debugging
information).

If the first module of your program is not compiled with the /b switch,
MrDebug will not appear. The program will run and you may continue operating
your program as normal until a module is encountered that was compiled with
debugging information - at which point MrDebug will pop-up and take control.

You may continue execution of the program by using one of the following
keystrokes:

<F5> Go, run the program
<Alt><A> Animate the program
<F8> Execute the next line of code only

Whilst running your program you may invoke the debugger with an <Alt><D> key
press. MrDebug will appear if the module that the program is currently
executing is compiled with the /b switch.