On Sat, May 5, 2012 at 11:01 PM, Juan Ignacio Vaccarezza
<[hidden email]> wrote:
Hi all,
Is there any way to see and inspect all the instances alive of a given class?
MyClass allInstances inspect.
BUT that answers ALL instances, even those NOT recheable from the GC. So you may want to do
Smalltalk garbageCollect.
MyClass allInstances inspect.
Cheers
Regars,
Juan
--
Mariano
http://marianopeck.wordpress.com