Next Prev Up Top Contents Index

untrace-on-access

Function
Summary

Removes the trapping installed by trace-on-access .

Package

clos

Signature

unbreak-on-access instance break => t

Arguments

instance

A class instance

break

When non- nil , the debugger is entered. When nil , messages are printed to *trace-output* .

Values

Returns t .

Description

Removes any trace installed on instance by clos:break-on-access .

See also
trace-on-access
untrace-new-instances-on-access

 


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index