2009-08-22 18:45:18 -04:00
|
|
|
IN: tools.continuations
|
|
|
|
USING: help.markup help.syntax ;
|
|
|
|
|
|
|
|
HELP: break
|
|
|
|
{ $description "A breakpoint. When this word is executed, the walker tool opens with execution suspended at the breakpoint's location." }
|
2015-07-02 13:31:22 -04:00
|
|
|
{ $see-also "ui-walker" } ;
|