Function
clos
break-on-access instance &key read write slot-names => t
Non-nil means break on reading a slot. The default ist.
Non-nil means break on writing a slot. The default ist.
t means break on all slots, otherwise this should be a list of symbols which are the slot-names on which to break. The default ist.
t.slot-names and accessor function defined by the class of instance. Other instances of the same class are unaffected and your can remove the break by callingclos:unbreak-on-access. Breaks to the debugger when an instance of a class is accessed. Note that this function is deprecated. You should now usetrace-on-access instead.