[BUG] Can't go inside an ensure: receiver block in the debugger

Scott A Crosby crosby at qwes.math.cmu.edu
Wed Feb 13 11:56:35 UTC 2002


On Wed, 13 Feb 2002, Andreas Raab wrote:

> > Any simple solution?
>
> Yup. Just add the following to
> ContextPart>>doPrimitive:method:receiver:args:
>
> 	(primitiveIndex = 123 and: [receiver isMemberOf: BlockContext])
> 		ifTrue: [^receiver pushArgs: arguments from: self].
>

Where does the magic 123 come from? Shouldn't that be a symbolic constant?


Scott





More information about the Squeak-dev mailing list