$NO_DEBUG

Determine whether to compile components and application shells 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 and application shells 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