1 USING: ui.gadgets help.markup help.syntax kernel quotations
2 continuations debugger ui ;
6 { $values { "error" "an error" } { "restarts" "a sequence of " { $link restart } " instances" } { "restart-hook" { $quotation "( list -- )" } } { "gadget" "a new " { $link gadget } } }
8 "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."
11 { <debugger> debugger-window } related-words
14 { $values { "error" "an error" } }
15 { $description "Opens a window with a description of the error." } ;