June 21, 2016
3:45 p.m.
Hi, In the 60#103 there will be a new kind of âWatcherâ: an execution-counter. Using the âsuggestionâ menu one can add a counter to any AST node. After, the editor shows a (c) Icon. Mouse over â> current state of the counter is shown. Of course, UI is just a stand-in and could be *much* better. But from a debug perspective, it already should be quite useful to get a feel of how often something gets executed. Henrik suggest this as a demo (and an example of how to install a Counter without using the UI): ExecutionCounter installOn: (RubParagraphDecorator >> #doesNotUnderstand:) ast Marcus