Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git] / basis / ui / tools / debugger / debugger-docs.factor
blob94c118953de612c4c8f1e57884f40802fc05c09c
1 USING: ui.gadgets help.markup help.syntax kernel quotations
2 continuations debugger ui ;
3 IN: ui.tools.debugger
5 HELP: <debugger>
6 { $values { "error" "an error" } { "restarts" "a sequence of " { $link restart } " instances" } { "restart-hook" { $quotation "( list -- )" } } { "gadget" "a new " { $link gadget } } }
7 { $description
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."
9 } ;
11 { <debugger> debugger-window } related-words
13 HELP: debugger-window
14 { $values { "error" "an error" } }
15 { $description "Opens a window with a description of the error." } ;