Next Prev Up Top Contents Index

13.3.3 Tracing operations

The Slots > Trace and Object > Trace submenus provides four options. Slot access on CLOS objects may be traced using these commands.

    Break on Read causes a break to the debugger if the slot is accessed for read, either by a defined accessor or by slot-value .

    Break on Write causes a break to the debugger if the slot is accessed for write, either by a defined accessor or by slot-value .

    Break on Access causes a break to the debugger if the slot is accessed for read or write, either by a defined accessor or by slot-value .

    Untrace turns off tracing on the selected object or slot.


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index