Using MrD How to Restart ──────────────────────────────────────────────────────────────────────────────
Link as your normally would. MrDebug.lib should be linked into your application as normal i.e as FI MrDebug.lib.
The difference comes when you come to run MrDebug. Instead of running your application, you run MrD.exe and pass it the name of your application:
MRD MyApp
MrD.exe talks to MrDebug.lib, inside your application, and tells it to add a Restart option to the File menu.
Note: If you do not run MrD, then you do not get a Restart option on the File menu.
If your program now falls over, you can simply choose the restart option from the File Menu. And if you have Break point on error set, when your program falls over you can simply restart the application and run it to the line where the program fell over last time.