Handbook
Glossary
cannot-annotate-twice ( word -- * )
Vocabulary
tools
.
annotations
Error description
Thrown when attempting to annotate a word that's already been annotated. If a word already has an annotation such as a watch or a breakpoint, you must first
reset
the word before adding another annotation.
Definition
IN:
tools.annotations
ERROR:
cannot-annotate-twice
word
;
Methods
USING:
kernel
summary
tools.annotations
;
M:
cannot-annotate-twice
summary
drop
"Cannot annotate a word twice"
;