Handbook
Glossary
break ( -- )
Factor handbook
»
UI developer tools
»
UI walker
»
Setting breakpoints
Prev:
breakpoint-after ( word n -- )
Next:
B
Vocabulary
tools
.
continuations
Word description
A breakpoint. When this word is executed, the walker tool opens with execution suspended at the breakpoint's location.
See also
UI walker
Definition
USING:
accessors
combinators
continuations
kernel
namespaces
tools.continuations.private
;
IN:
tools.continuations
:
break
( -- )
current-continuation
get-callstack
>>call
break-hook
get
( continuation -- continuation' )
call-effect
after-break
;