$Revision: 5.0.2.3 $
Arguments: function-name &key up skip
Find the frame where function-name is being called. The default direction to search the stack is down, or towards older stack frames. The current frame pointer is set to point to the matching stack frame, the lisp expression corresponding to the match is bound to the variable
cl:*. :find does an auto-zoom, that is it does a :zoom with the current frame being the frame found. The keyword arguments to :find are:up, which, if specified non-
skip, which if specified as a positive integer, will skip that many occurrences of frames associated with the function-name.
The minimal abbreviation for :find is :fin
See top_level.htm for more information on top-level commands. See debugging.htm for information on the debugger.
The general documentation description is in introduction.htm. The index in index.htm.
Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.