Setting a Break Point
Allows you to invoke the debugger on a specific line
──────────────────────────────────────────────────────────────────────────────

You may stop the program on any line of code without having to embed ALTD()
functions within your code by pressing <F9> on a line of code that contains
source code.

You may set as many break points as you like, as long as the modules are
compiled with the /b switch the MrDebug will be invoked when the program
comes across the break point.