Next: , Previous: , Up: Object   [Index]


1.123.8 Object: debugging

examine

Print all the instance variables of the receiver on the Transcript

examineOn: aStream

Print all the instance variables of the receiver on aStream

inspect

In a GUI environment, this opens a tool to examine and modify the receiver. In the default image, it just calls #examine.

validSize

Answer how many elements in the receiver should be inspected