Next Prev Up Top Contents Index

tracing-enabled-p

Function
Summary

Gets and sets the global tracing state..

Package

dspec

Signature

tracing-enabled-p => enabledp

Signature

(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

tracing-state


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index