IMetabaseDefinition.DebugMode

Syntax

DebugMode: Boolean;

Description

The DebugMode property determines whether assemblies are cached on the local drive when running or compiling development environment objects.

Comments

If the property is set to False when running or compiling a unit/form/assembly, the assembly version is checked on the database server and on the local drive. If the versions are the same, operations are continued with the assembly on the local drive. If the versions differ or if there is no assembly on the local drive, a new version of the assembly is compiled on the DB server and is copied on the local drive. After that, operations with the assembly on the local drive also continue.

If the property is set to True, the assemblies created when compiling units/forms/assemblies, are compiled on the local drive and are changed on the database server. By default this property is set to False.

See also:

IMetabaseDefinition | Caching Repository Objects