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 Tools . Books 1-3 - <b>isdebug()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISDEBUG()
 Determines if the debugger is available in the application
------------------------------------------------------------------------------
 Syntax

     ISDEBUG() --> lDebugger

 Returns

     ISDEBUG() returns a value that signifies if the CA-Clipper debugger is
     available.

 Description

     This function determines if the debugger is available in an application.
     This enables a program to acknowledge this special situation and then
     conditionally execute or ignore portions of the program.

 Note

     .  This is not a CA-Clipper switch.  This information is provided
        by CA-Clipper Tools.

 Example

     Indicate if the debugger is active:

     IF ISDEBUG()
        ? "The debugger is being used!"
     ENDIF


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