Debug Property (Read/Write)

Top  Previous  Next

Allows the generation of trace information for debugging purposes.

The debugging can help you to track down both, errors and logic information.

 

Visual Basic Syntax

 

TNBnnnnX.Debug [= Boolean]

 

Delphi Syntax

 

TNBnnnnX.Debug [:= Boolean];

 

 

The following are possible values for Debug property:

 

Constant Value

Meaning

True

Enables debug information.

False

Disables debug information.

 

Remarks

 

By default, the debug file is saved in the application directory. You can change the directory by setting the DebugDir property.

 

Default value is False.

 

See also DebugDir property.