error-continuation
Factor handbook » The language » Exception handling » Post-mortem error inspection

Prev:error


Vocabulary
continuations

Word description
Global variable holding current continuation of most recently thrown error.

Notes
Only updated by throw, not rethrow.

Variable value
Current value in global namespace:
T{ continuation f ~array~ ~callstack~ ~array~ ~vector~ ~vector~...


Definition