Next Prev Up Top Contents Index

*disable-trace*

Variable
Summary

Controls tracing.

Package

hcl

Initial Value

nil

Description

*disable-trace* controls tracing without affecting the tracing state. If it is set to t then tracing is switched off, but this does not call untrace . When the value of *disable-trace* is restored to nil , tracing continues as before.

Notes

*disable-trace* is an extension to Common Lisp.

See also

trace


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index