Controls how arguments and values are printed in trace output.
hcl
:only
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.
*trace-verbose*
is an extension to Common Lisp.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35