Newbie question

Bolot Kerimbaev bolot at cc.gatech.edu
Tue Apr 7 20:57:38 UTC 1998


If you know the class of the objects, you can:
  className allInstances inspect.
This will open an inspector window with the OrderedCollection of all objects
of class className. Somebody warned me to use with caution, however, because
garbage collector may have a different idea about what is still in the
system if you keep that window for long.

--
Bolot Kerimbaev





More information about the Squeak-dev mailing list