Back to product page

DebugFile property


Name of the file where debug data from update process will be saved.

Type

A String value

Syntax

  • Basic
object.DebugFile [= value]
The DebugFile(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodAppUpdate.
valueA String value.

Remarks

This property holds full path to a file where wodAppUpdate will dump debug information about the update process itself. We may change and tweak data found inside as new versions are released, so please do not use it for production environment - it is just provided for your own usage to determine what's going on with the component and how it reacts on your configuration files and environment it encounters during the update process.

If left empty, no debug information will be provided at all.

Platforms

Windows