Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Release Notes - <b>172 new: debugger</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 172 NEW: Debugger
--------------------------------------------------------------------------------

     Clipper 5.0 has a new source code debugger, CLD.EXE, that allows
     you to debug source code as it executes.  The debugger has a number
     of features including: Breakpoints that cause execution to pause
     when a specified point in the source code is reached; Watchpoints
     that allow you to monitor the values of variables or expressions;
     Tracepoints that cause execution to pause when the value of a
     specified expression changes; and a Callstack Window that allows
     you to view all pending procedure and code block activations.

     The Debugger library file, CLD.LIB, is provided so that you can
     link the Debugger into your application as an object file.  Using
     this feature, the Debugger can be called while the application is
     running without the presence of CLD.EXE.  The Alt-D key is used to
     invoke the Debugger when it is linked and ALTD() controls the use
     of the Alt-D key.

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