PPWIZARD Manual
[Bottom][Contents][Search][Prev]: #Continue[Next]: #define[+|?]

#Debug

This will turn debug mode on or off. Debug mode is normally off but can also be turned on with the /debug command line switch.

Note that this command will not adjust the debugging mode if the /debug switch was used.

The output is fairly easy to understand and aims to actually teach (or help you to understand) certain commands (such as #import).

Syntax

    [WhiteSpace]#Debug  ["]OnOrOffCommand["]
    

The "OnOrOffCommand" should be "+", "ON" or "YES" to turn debug on otherwise use "-", "OFF" or "NO".

Example

    #debug on
    ...
    ...
    #debug 'no'
    


[Top][Contents][Search][Prev]: #Continue[Next]: #define[+|?]

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am