Difference between revisions of "SET DEBUG"

From Lianjapedia
Jump to: navigation, search
(Created page with "==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, ...")
 
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DEBUG]], [[DEBUGOUT]], [[ERRNO()]], [[ERROR()]], [[MESSAGE()]], [[SET DEBUGCOMPILE]], [[SET DEBUGTRACE]], [[SET DEBUGOUT]], [[SET ERRORLOGGING]], [[STRERROR()]]
+
[[DEBUG]], [[DEBUGOUT]], [[ERRNO()]], [[ERROR()]], [[MESSAGE()]], [[SET BREAKPOINT]], [[SET DEBUGCOMPILE]], [[SET DEBUGTRACE]], [[SET DEBUGOUT]], [[SET ERRORLOGGING]], [[STRERROR()]]
  
 
==Description==
 
==Description==

Latest revision as of 05:26, 3 August 2022

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