ui.tools.operations: allow watch on non-annotated words, reset on annotated ones.
parent
c6810293a0
commit
9ffef3f881
|
@ -116,7 +116,9 @@ IN: ui.tools.operations
|
||||||
{ +listener+ t }
|
{ +listener+ t }
|
||||||
} define-operation
|
} define-operation
|
||||||
|
|
||||||
[ word? ] \ watch H{ } define-operation
|
[ annotated? not ] \ watch H{ } define-operation
|
||||||
|
|
||||||
|
[ annotated? ] \ reset H{ } define-operation
|
||||||
|
|
||||||
[ word? ] \ breakpoint H{ } define-operation
|
[ word? ] \ breakpoint H{ } define-operation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue