On Aug 23, 2013, at 7:13 PM, jan.struz <public+pharo@struz.cz> wrote:
Proxy implementation
did you have a look at Ghost because mariano spent nearly a year on it. I do not really know what are the messages supposed to be supported by ProtoObject to be debugged May be it is not in the contract of ProtoObject and as such it produces normally an infinite loop. Stef
why do you inherit from protoObject?
Stef
On Aug 23, 2013, at 12:34 PM, jan.struz <
public+pharo@
> wrote:
the code:
ProtoObject subclass: #A instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: '_Test'.
A>>doesNotUnderstand: aMessage self halt. ^ nil
A new kiss.
----- Save The World! -- View this message in context: http://forum.world.st/Debugger-recursion-tp4704703p4704751.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
----- Save The World! -- View this message in context: http://forum.world.st/Debugger-recursion-tp4704703p4704791.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.