DebugDir Property (Read/Write) |
Top Previous Next |
Specifies the directory for debug files.
Visual Basic Syntax
TNBnnnnX.DebugDir [= String]
Delphi Syntax
TNBnnnnX.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. |