DBG$HELP.HLB  —  DEBUG  DELETE  Qualifiers

1    /ALL

    Deletes all global DEFINE definitions. Using /ALL/LOCAL deletes
    all local DEFINE definitions associated with the current command
    procedure (but not the global DEFINE definitions).

2    /LOCAL

    Deletes the (local) definition of the specified symbol from the
    current command procedure. The symbol must have been previously
    defined with the DEFINE/LOCAL command.
Close Help