<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">If the latter is the case, it would be a Heisentool, where the attempt of using it changes that which it is supposed to observe. :-P</div></div></blockquote><div><br></div><div>Which is why I don't use the pointer explorer when I'm trying to clean all instance of a class out.  Instead:</div><div><br></div><div>    TheClass allInstances anyOne chasePointers</div></div></div></div></blockquote><br><div><div dir="ltr"><div dir="ltr"><div class="gmail_quote">TheClass someInstance ifNotNil: [:obj| obj chasePointers]</div></div></div></div></div></blockquote><div><br></div><div>Ah, I will start using #someInstance, but typing ifNotNil: is a lot more work than closing a debugger when no more instances.  Besides, wouldn't the Block Context's var, "obj" be another possible reference that #chasePointers might pick up on?</div></div></div>