NextPrevUpTopContentsIndex

break-new-instances-on-access

Function
Summary

Breaks to the debugger when a new instance of a class is accessed. Note that this function is deprecated.

Package

clos

Signature
break-new-instances-on-access class-designator
 &key read
 write
 slot-names
 when
 process
 trace-output
 entrycond
 eval-before
 before
 backtrace
 => t
Arguments

class-designator

The class to trap.

The keyword arguments control which type of access cause a break and are interpreted as described for trace-on-access.

Values

Returns t .

Description

Causes a break when new instances of the class given by class-designator are accessed, according to the keyword arguments.

Note: this function is deprecated. You should now call trace-new-instances-on-access with :break t instead.

See also

trace-new-instances-on-access


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex