[Next] [Previous] [Up] [Top]
3 Using the Cecil Debugger
3.2 up, down, goto
You can move around in the stack by using the up, down, and goto commands to change the current stack frame.
- up - Move up to the calling stack frame.
- uplex - Move up to the lexically-enclosing stack frame, or the caller frame if already a method frame.
- down - Move down to the callee stack frame.
- downlex - Move down to the lexically-enclosed callee stack frame.
- goto n - Goto stack frame n.
Moving to a particular frame implicitly shows the target frame.
How to Use the Vortex Compiler and Environments - 25 MARCH 1997
[Next] [Previous] [Up] [Top]
Generated with Harlequin WebMaker