Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> ca-clipper 5.x debugger</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CA-Clipper 5.x debugger
------------------------------------------------------------------------------
 To prepare .OBJ files for the CA-Clipper debugger, use the compile option
 `-b' and avoid option `-l'. The debugger must be included in the link script
 with the command FILE <path>CLD.LIB. Note that a FILE command must be used
 for this library, causing Blinker to use the OBJ environment variable when
 looking for CLD.LIB, unless its full path is specified in the FILE command.
 Use ALT-D to pop up the debugger once the application is running.

 FILE test
 FILE ...
 LIB ...
 FILE C:\CLIPPER\LIB\CLD.LIB   # Note FILE command

 Note:
 The standalone debugger CLD.EXE is not protected mode compatible, and so
 cannot be used to debug protected mode programs. For further information,
 refer to the CA-Clipper manual.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson