callstack. ( callstack -- )
Factor handbook » Developer tools » The prettyprinter » Prettyprinting stacks

Prev:stack. ( seq -- )


Vocabulary
prettyprint

Inputs
callstacka callstack


Outputs
None

Word description
Displays the callstack in a user friendly fashion with outermost stack frames first and innermost frames at the bottom. The current execution point in every call frame is highlighted with =>.

Definition