[<<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


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson