<debugger> ( error continuation restarts restart-hook -- debugger )


Vocabulary
ui.tools.debugger

Inputs
erroran error
continuationa continuation
restartsa sequence of restart instances
restart-hooka quotation with stack effect ( debugger -- )


Outputs
debuggera new debugger


Word description
Creates a gadget displaying a description of the error, along with buttons to print the contents of the stacks in the listener, and a list of restarts.

See also
debugger-window

Definition