All Manuals > LispWorks® User Guide and Reference Manual > 35 The DSPEC Package

tracing-enabled-p Accessor

Summary

Gets and sets the global tracing state..

Package

dspec

Signature

tracing-enabled-p => enabledp

setf (tracing-enabled-p) enabledp => enabledp

Arguments
enabledp
A generalized boolean.
Values
enabledp
A generalized boolean.
Description

The accessor tracing-enabled-p determines whether tracing (by the Common Lisp macro trace) is currently on. This is independent of whether any functions are currently traced.

The function (setf tracing-enabled-p) switches tracing on or off according to the value of enabledp. This does not affect the list of functions that are currently traced.

See also

trace
tracing-state


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:33