Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.61 SOFTWARE-EVOLUTION-LIBRARY/UTILITY/DEBUG

Variable: *compile-w/tracing* [sel/utility/debug]

Controls compilation of tracing information with the ‘traced’ macro.

Variable: *note-level* [sel/utility/debug]

Enables execution notes.

Variable: *note-out* [sel/utility/debug]

Targets of notation.

Macro: traced [sel/utility/debug] (fn &rest args)

Trace wrapped function call when ‘*compile-w/tracing*’ is non-nil. This is useful for ‘flet’ and ‘labels’ functions which can’t be traced with ‘cl-user:trace’.