SET AIDEBUG
From Lianjapedia
Contents
Purpose
Determines whether tracing, debugging and error information for AI operations is logged to the debug text file in the lianja debug sub-directory
Syntax
SET AIDEBUG ON | OFF | (<expL>)
See Also
DEBUG, DEBUGOUT, ERRNO(), ERROR(), MESSAGE(), SET BREAKPOINT, SET DEBUG, SET DEBUGCOMPILE, SET DEBUGTRACE, SET DEBUGOUT, SET ERRORLOGGING, STRERROR()
Description
With SET AIDEBUG ON, tracing, debugging and error information for AI operations is logged to the debug text file in the lianja debug sub-directory. By default, SET AIDEBUG is OFF.
Example
// Enable AI logging set aidebug on