SET DEBUGCOMPILE

From Lianjapedia
Jump to: navigation, search

Purpose

Causes the compiler to include debugging information in the compiled code file

Syntax

SET DEBUGCOMPILE ON | OFF | (<expL>)

See Also

DEBUG, DEBUGOUT, ERRNO(), ERROR(), MESSAGE(), SET DEBUG, SET DEBUGTRACE, SET DEBUGOUT, SET ERRORLOGGING, STRERROR()

Description

With SET DEBUGCOMPILE ON, the compiler includes debugging information in the compiled code file. This information is then output to the debug text file in the lianja debug sub-directory when the program is run with SET DEBUG ON. By default, SET DEBUGCOMPILE is OFF.

Example

// Enable compiled code debug logging
set debugcompile on
set debug on