Linking MrDebug with CA-Clipper 5.2x
How to include MrDebug into your programs
──────────────────────────────────────────────────────────────────────────────

To include MrDebug into your CA-Clipper 5.2x application instead of CLD, all
you have to do is compile at least one of your .PRGs with the /b switch and
link MrDebug into your application by adding one of the following lines:


@MrDMid // for Blinker (real mode - mid overlay)
@MrDMin // for Blinker (real mode - min overlay)
@MrDMax // for Blinker (real mode - max overlay)
@MrdRTL // for .RTLink
FILE MrDebug.LIB // for Blinker (protected mode)
FILE MrDebug.LIB // for Exospace
FILE MrDebug.LIB // for Causeway

to your link script before CLIPPER.LIB or any references to CLIPPER.LIB.


Notes:

Do not link MrDbg53.lib with Clipper 5.2x as this will cause link errors.

Remember, MrDebug is a complete replacement for CLD, so remove all
references to CLD.

As with CLD, <Alt><D> invokes MrDebug and you must have at least one source
code file compiled with the /b switch.