5.3 Documentation addenda

start-backtrace-logging

Function

Syntax:start-backtrace-logging filename &key :limit

Activates the backtrace logging facility. All functions that are executed after the backtrace logging facility is activated are traced until it is deactivated.

The :limit keyword argument specifies the maximum number of stack frames that are traced; the default value is 1000000. When this limit is reached, a warning is printed; in this case, you might need to use a shorter test or to increase the value of this argument to collect complete data. If your disk space is limited, you might need to reduce this value


Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker