How can I remove old instances of class that have been created while playing around in a Workspace?<br><br>I am developing some code that needs to go through and deal with allInstances of itself, and I just seem to have old versions hanging around that don&#39;t seem to be getting garbageCollected.&nbsp; Furthermore, I am expecting certain types of objects in some of their instance variables, and as I have changed my code, these objects have changed--but not in these &quot;obsolete&quot; objects, so I have had to manually go into those instances and &quot;fix them up&quot; so that my allInstancesDo loop would work!<br>
<br>I have tried closing the Workspace, followed by Smalltalk garbageCollectMost, but to no effect.<br><br>Thanks,<br><br>Rob<br><br><br>