Handbook
Glossary
:r ( -- )
Factor handbook
»
The language
»
Exception handling
»
The debugger
Prev:
:s ( -- )
Next:
:c ( -- )
Vocabulary
debugger
Word description
Prints the retain stack at the time of the most recent error. Used for interactive debugging.
Definition
USING:
accessors
continuations
namespaces
prettyprint
;
IN:
debugger
:
:r
( -- )
error-continuation
get
retain>>
stack.
;