DebugDir Property (Read/Write)

Top  Previous  Next

Specifies the directory for debug files.

 

VB.NET Syntax

 

tnxxxx.DebugDir [= String]

 

C# Syntax

 

tnxxxx.DebugDir [= string];

 

 

Remarks

 

By default, the debug file is saved in the application's directory. You can change it by setting this property to another directory. This directory must exists, otherwise, no debug information will be generated and an error will not occur.

 

The default value is the application directory.

 

See also Debug property.