ui.tools.debugger vocabulary
Factor handbook ยป Vocabulary index


Summary
Graphical error display

Metadata
Tags:tools
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
debugger trackerror restarts restart-hook restart-list continuation


Generic words
WordStack effect
error-in-debugger?( error -- ? )


Ordinary words
WordStack effect
<debugger>( error continuation restarts restart-hook -- debugger )
com-edit( debugger -- )
com-help( debugger -- )
com-inspect( debugger -- )
com-traceback( debugger -- )
debugger-window( error continuation -- )


Class predicate words
WordStack effect
debugger?( object -- ? )


Files


Metadata files


Children
VocabularySummary
ui.tools.debugger.private