PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: #Data[Next]: #define[+|?]
\ -> Commands -> #Debug

#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'


email me  any feedback, additional information or corrections.
See this page online (look for updates)

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


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm