DebugMode: Boolean;
The DebugMode property determines whether assemblies are cached on the local disk when running or compiling development environment objects.
If the property is set to False when running or compiling a module/form/assembly, the assembly version is checked on the database server and on the local disk. If the versions are the same, operations are continued with the assembly on the local disk. If the versions differ or if there is no assembly on the local disk, a new version of the assembly is compiled on the DB server and is copied on the local disk. After that, operations with the assembly on the local disk also continue.
If the property is set to True, the assemblies created when compiling modules/forms/assemblies, are compiled on the local disk and are changed on the database server. By default this property is set to False.
See also: