[comp.sys.next] AppInspector Q?

dse@cbnewsi.att.com (donald.s.eaves) (03/10/91)

I have been trying to use the AppInspector to recursively inspect
objects without success.  For example, in the Draw
application, the variable currentGraphic of DrawApp
may be assigned to a graphic
object selected by the user.  Though I can
browse the currentGraphic and see that the name of the object is
Circle I can't figure out how to look at its instance variables (
called ivars: in the Object Inspector).  I have no problem
inspecting these variable using the "print" command in gdb.

Does anyone know if it is possible to recursively inspect an object 
using the AppInspector as is possible with gdb?

Thanks,
Don