Next: , Previous: Debugger, Up: Debugger



5.1 Examining frames

Commands for examining the stack frame at point.

t
sldb-toggle-details
Toggle display of local variables and CATCH tags.
v
sldb-show-source
View the frame's current source expression. The expression is presented in the Lisp source file's buffer.
e
sldb-eval-in-frame
Evaluate an expression in the frame. The expression can refer to the available local variables in the frame.
d
sldb-pprint-eval-in-frame
Evaluate an expression in the frame and pretty-print the result in a temporary buffer.
D
sldb-disassemble
Disassemble the frame's function. Includes information such as the instruction pointer within the frame.
i
sldb-inspect-in-frame
Inspect the result of evaluating an expression in the frame.