Handbook
Glossary
error-in-debugger? ( error -- ? )
Vocabulary
ui
.
tools
.
debugger
Inputs
error
an
object
Outputs
?
an
object
Definition
IN:
ui.tools.debugger
GENERIC:
error-in-debugger?
( error -- ? )
Methods
USING:
kernel
ui.tools.debugger
;
M:
object
error-in-debugger?
drop
f
;
USING:
accessors
sequences
ui.gadgets.worlds
ui.tools.debugger
;
M:
world-error
error-in-debugger?
world>>
children>>
?first
debugger?
;