Handbook
Glossary
: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
USING:
accessors
continuations
namespaces
prettyprint
;
IN:
debugger
:
:c
( -- )
error-continuation
get
call>>
callstack.
;