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.

 

VB.NET Syntax

 

tnxxxx.Debug [= Boolean]

 

C# Syntax

 

tnxxxx.Debug [= bool];

 

 

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.

 

 

 

 

Copyright © 2002-2007, Cybele Software Inc. All rights reserved.