Removes the trapping installed by
break-on-access
. Note that this function is deprecated.
Package
clos
Signature
unbreak-on-access
instance
Arguments
instance
A class instance
Values
Returns
t
.
Description
Removes any break installed on
instance
by
clos:break-on-access
. See
untrace-on-access
for details. Note that this function is deprecated. You should now use
untrace-on-access
instead.