Tools with Proxy support
Posted by Esteban A. Maringolo on Aug 07, 2020; 11:33pm
URL: https://forum.world.st/Tools-with-Proxy-support-tp5120417.html
Hi,
I'm having a hard time trying to debug some Glorp code in Pharo 8
because the inspectors and the glamour things are triggering the
instantiation of my Proxy objects.
I don't know how the inspectors, variable lists, and other tool work,
but I assume there should be a way to reimplement something in Proxy
to avoid causing a MessageNotUnderstood that triggers the
instantiation.
If there is no way for it (I guess there is, looking at some gt*
selectors in ProtoObject), please consider having a debugPrintString
(and debugPrintOn:) in the upcoming Spec2 based tools. :-)
Best regards,
Esteban A. Maringolo