$NO_DEBUG

Determine whether to compile components, application shells, and global ProcScripts that can be debugged or not.

$NO_DEBUG {=} 1 | 0

Defaults

Assignment file: ide.asn
Section: [SETTINGS]
Default value: 0

Description

When $NO_DEBUG = 1, compiling components, application shells, and global ProcScripts generates corresponding runtime objects that cannot be debugged. This is useful when preparing an application for release. It is the equivalent of using the /nodebug command line switch.

Related Topics