Hierarchical description of variables windom.shortcut.color windom.relief
Programming guideline of WinDom

windom.debug

Name

windom.debug - trace windom program

Type

Variable

Syntax

windom.debug = {debug|log|alert}[, path]

Default value

Not defined

Description

windom.debug defines the way debug() works. If the variable is not defined, debug() has no action. If the variable is set to 'alert', traces are displayed in an alert box. If the variable is set to 'log', the traces are written in a log file, a second parameter is required describing the path of the log file. If the variable is set to 'debug', traces are displayed using the WinDom DEBUG program (supplying in the WDK). A second parameter is required describing the path of the DEBUG program.

Related function

debug()

Parent group

windom