Inspecting a GemStone Bag on VisualAge produces a GemStone Bag Inspector
that does not list elements contained within the Bag.
Inspectors on IdentityBag or IdentitySet do show the elements. One
way to invoke a useful inspector is to send the bag the message
"asIdentityBag" and inspect the result.
Another way to inspect elements of a Bag is to open an inspector on
the Bag, then inspect its "dict" instance variable and execute the
message "self keys". This produces an IdentitySet Inspector that
allows you to inspect elements of the Bag.
Last updated: 3/31/05