Merge branch 'master' of git://factorcode.org/git/factor
commit
b91e8cbdaf
|
@ -3,7 +3,7 @@
|
|||
USING: accessors kernel math sorting words parser io summary
|
||||
quotations sequences prettyprint continuations effects
|
||||
definitions compiler.units namespaces assocs tools.walker
|
||||
tools.time generic inspector fry ;
|
||||
tools.time generic inspector fry tools.continuations ;
|
||||
IN: tools.annotations
|
||||
|
||||
GENERIC: reset ( word -- )
|
||||
|
|
|
@ -26,10 +26,10 @@ SYMBOL: break-hook
|
|||
|
||||
\ break t "break?" set-word-prop
|
||||
|
||||
<PRIVATE
|
||||
|
||||
GENERIC: add-breakpoint ( quot -- quot' )
|
||||
|
||||
<PRIVATE
|
||||
|
||||
M: callable add-breakpoint
|
||||
dup [ break ] head? [ \ break prefix ] unless ;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
IN: ui.tools.walker
|
||||
USING: help.markup help.syntax ui.commands ui.operations
|
||||
ui.render tools.walker sequences ;
|
||||
ui.render tools.walker sequences tools.continuations ;
|
||||
|
||||
ARTICLE: "ui-walker-step" "Stepping through code"
|
||||
"If the current position points to a word, the various stepping commands behave as follows:"
|
||||
|
|
Loading…
Reference in New Issue