why do you inherit from protoObject? Stef
On Aug 23, 2013, at 12:34 PM, jan.struz <[email protected]> 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. >
