breakpoint ( word -- )
Factor handbook » UI developer tools » UI walker » Setting breakpoints

Next:breakpoint-if ( word quot: ( ... -- ... ? ) -- )


Vocabulary
tools.walker

Inputs
worda 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