$Revision: 5.0.2.5 $
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:
nil, will search the stack up, toward
newer stack frames. This command operates on the focused process when multiprocessing is active.
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.