Handbook
Glossary
debugger-window ( error continuation -- )
Vocabulary
ui
.
tools
.
debugger
Inputs
error
an error
continuation
a
continuation
Outputs
None
Word description
Opens a window with a description of the error.
See also
<debugger>
Definition
USING:
ui.gadgets.status-bar
;
IN:
ui.tools.debugger
:
debugger-window
( error continuation -- )
f
f
<debugger>
"Error"
open-status-window
;