Next: 3.3.2 How Arguments are
Up: 3.3 Stack Frames
Previous: 3.3 Stack Frames
These commands move to a new stack frame and print the name of the function
and the values of its arguments in the style of a Lisp function call:
- up
-
Move up to the next higher frame. More recent function calls are considered
to be higher on the stack.
- down
-
Move down to the next lower frame.
- top
-
Move to the highest frame.
- bottom
-
Move to the lowest frame.
- frame [n]
-
Move to the frame with the specified number. Prompts for the number if not
supplied.
Raymond Toy
Mon Jul 14 09:11:27 EDT 1997