:c ( -- )
Factor handbook » The language » Exception handling » The debugger

Prev::r ( -- )
Next::get ( variable -- value )


Vocabulary
debugger

Word description
Prints the call stack at the time of the most recent error. Used for interactive debugging.

Definition