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