On Fri, May 1, 2015 at 6:41 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi, is it possible to do a halt whenever some instance variable is written?

Because this week I���ve spent a lot of time debugging because something was setting some strange values to variables and it was hard to track that down.

Uko

Old style... replace all direct ivar references with call to ivar's accessor method, then halt in that -- or if interactive do this...
�� �� Transcript crShow: thisContext sender printString.

but I'm really looking forward to trying it with MetaLinks.
cheers -ben