All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

*trace-verbose* Variable

Summary

Controls how arguments and values are printed in trace output.

Package

hcl

Initial Value

:only

Description

The variable *trace-verbose* controls the way arguments and values are printed in trace output.

If the value is not nil then trace attempts to decode the arguments and values, and prints them.

When the value is :only, trace does not print the lists of arguments and values after the function name.

Notes

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

See also

trace


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