Next Previous Up Top Contents Index

4.2 Tracing options

4.2.7 Restricting tracing

:process

Trace keyword

:process process

This lets you restrict tracing of a function to a particular process. If process evaluates tot, then the function is traced from within all processes (this is the default). Otherwise, the function is only traced from within the process that process evaluates to.
:when

Trace keyword

:when form

This lets you invoke the tracing facilities on a traced function selectively. Before each call to the function, form is evaluated. If form evaluates tonil, no tracing is done. The contents of hcl:*traced-arglist* can be examined by form to find the arguments given to trace.

LispWorks User Guide - 14 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker