fix docs
parent
dbd16b4978
commit
4b86364637
|
@ -1,7 +1,7 @@
|
||||||
USING: alien arrays generic generic.math help.markup help.syntax
|
USING: alien arrays generic generic.math help.markup help.syntax
|
||||||
kernel math memory strings sbufs vectors io io.files classes
|
kernel math memory strings sbufs vectors io io.files classes
|
||||||
help generic.standard continuations system debugger.private
|
help generic.standard continuations system io.files.private
|
||||||
io.files.private listener ;
|
listener ;
|
||||||
IN: debugger
|
IN: debugger
|
||||||
|
|
||||||
ARTICLE: "debugger" "The debugger"
|
ARTICLE: "debugger" "The debugger"
|
||||||
|
@ -22,8 +22,6 @@ ARTICLE: "debugger" "The debugger"
|
||||||
{ $subsection :2 }
|
{ $subsection :2 }
|
||||||
{ $subsection :3 }
|
{ $subsection :3 }
|
||||||
{ $subsection :res }
|
{ $subsection :res }
|
||||||
"Assertions:"
|
|
||||||
{ $subsection "errors-assert" }
|
|
||||||
"You can read more about error handling in " { $link "errors" } "." ;
|
"You can read more about error handling in " { $link "errors" } "." ;
|
||||||
|
|
||||||
ABOUT: "debugger"
|
ABOUT: "debugger"
|
||||||
|
|
Loading…
Reference in New Issue