Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Simple Lisp Debugger

  • :abort
    • exit the debugger.
  • :globals
    • prints all the globals
  • :dasm
    • show the bytecode
  • :regs
    • show stack that's available, e.g. the view of the stack your function has
  • :stack
    • show call stack
  • :regs-raw
    • TODO sls fix me