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

NextPrevUpTopContentsIndex

tracing-enabled-p

Function
Summary

Gets and sets the global tracing state..

Package

dspec

Signature

tracing-enabled-p => enabledp

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

Values

enabledp

A generalized boolean.

Description

The function 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 - 21 Dec 2011

NextPrevUpTopContentsIndex