ui.tools.operations: allow watch on non-annotated words, reset on annotated ones.

db4
John Benediktsson 2012-07-27 14:06:52 -07:00
parent c6810293a0
commit 9ffef3f881
1 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,9 @@ IN: ui.tools.operations
{ +listener+ t }
} define-operation
[ word? ] \ watch H{ } define-operation
[ annotated? not ] \ watch H{ } define-operation
[ annotated? ] \ reset H{ } define-operation
[ word? ] \ breakpoint H{ } define-operation