Next: Decoding Memoized Source Expressions, Previous: Examining the Stack, Up: Debugging
Return the frame number of frame.
Return the previous frame of frame, or
#f
if frame is the first frame in its stack.
Return the next frame of frame, or
#f
if frame is the last frame in its stack.
Return the source of frame.
Return
#t
if a procedure is associated with frame.
Return the procedure for frame, or
#f
if no procedure is associated with frame.
Return the arguments of frame.
Return
#t
if frame contains evaluated arguments.
Return
#t
if frame is an overflow frame.