SET DEBUGTRACE

From Lianjapedia
Jump to: navigation, search

Purpose

Causes a trace of command execution to be included in the debug text file output when SET DEBUG is ON

Syntax

SET DEBUGTRACE ON | OFF | (<expL>)

See Also

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

Description

With SET DEBUGTRACE ON, a trace of command execution is included in the debug text file output when SET DEBUG is ON. By default, SET DEBUGTRACE is OFF.

Example

// Enable compiled code debug logging and command execution trace
set debugcompile on
set debugtrace on
set debug on