| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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:
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.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |