All Manuals > LispWorks User Guide and Reference Manual > 25 The CLOS Package

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.

Values

Returns t .

Description

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

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

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 User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex