SET DEBUG

From Lianjapedia
Jump to: navigation, search

Purpose

Determines whether errors are logged to the debug text file in the lianja debug sub-directory

Syntax

SET DEBUG ON | OFF | (<expL>)

See Also

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

Description

With SET DEBUG ON, debugging and error information is logged to the debug text file in the lianja debug sub-directory. By default, SET DEBUG is OFF.

Example

// Enable debug logging
set debug on