DEBUG

Abbreviation

DB

Arguments

None.

Default

NODEBUG

Description

The DEBUG directive instructs the compiler to include debugging information in the object file. By default, debugging information is excluded from the generated object file.
Debug information is necessary for the symbolic testing of programs. This information contains both global and local variable definitions and their addresses, as well as function names and their line numbers. Debug information contained in each object module remains valid through the L51 Link/Locate procedure. This information can be used by DS51 or any of the Intel-compatible emulators.

NOTE
The OBJECTEXTEND directive can be used to instruct the compiler to include additional variable type definition information in the object file.

See Also
OBJECTEXTEND

Example


#pragma db