Handbook
Glossary
breakpoint ( word -- )
Factor handbook
»
UI developer tools
»
UI walker
»
Setting breakpoints
Next:
breakpoint-if ( word quot: ( ... -- ... ? ) -- )
Vocabulary
tools
.
walker
Inputs
word
a
word
Outputs
None
Word description
Annotates a word definition to enter the single stepper when executed. Use
reset
to clear.
Examples
USE: tools.walker \ sq breakpoint
Definition
USING:
tools.annotations
tools.continuations
;
IN:
tools.walker
:
breakpoint
( word -- )
[
add-breakpoint
]
annotate
;