Next: Examining Stack Frames, Previous: Capturing the Stack or Innermost Stack Frame, Up: Debugging
Return the identifier given to stack by
start-stack
.
Return the length of stack.
Return the index'th frame from stack.
Display a backtrace to the output port port. stack is the stack to take the backtrace from, first specifies where in the stack to start and depth how much frames to display. Both first and depth can be
#f
, which means that default values will be used. When highlights is given, it should be a list and all members of it are highligthed in the backtrace.