[Pharo-project] Inspecting an ExternalData
Hello all, At least in RC1, I am unable to inspect instances of ExternalData; #inspectorClassOf: is returning nil (Standard tool set). Any ideas? I am getting the external data instances from funtions returning void pointers. Exploring the instances might be working, but I'm not sure what to expect just yet. Bill
Using Pharo-1.0-10508-rc2 #10508 and FFI-Kernel-ar.12 you should see something like the attached inspector on a ExternalData. Cheers, Hernán 2010/3/27 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Hello all,
At least in RC1, I am unable to inspect instances of ExternalData; #inspectorClassOf: is returning nil (Standard tool set).
Any ideas? Â I am getting the external data instances from funtions returning void pointers. Â Exploring the instances might be working, but I'm not sure what to expect just yet.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Hernán Morales Durand -
Schwab,Wilhelm K