Break Point on Error
Marks the line of code as a break point if an error occurs
──────────────────────────────────────────────────────────────────────────────
This option, when toggled to on, will place a break point on the line of
code that causes your program to fall over.
When you re-run the program, the program will halt on the line of code that
has the break point on it and MrDebug will pop-up. This should allow you to
view the variables and work out why the code does not work as you would wish
it to.