[BUG] Decompiler fails on interpreting case inside block

ned at squeakland.org ned at squeakland.org
Fri Mar 12 21:33:00 UTC 2004


I wanted to debug the method at the end of this message.
Upon stepping into the method and hitting the debugger 'Through' button,
I got a walkback.

clean	
	[
		self scanToken.
		tokenType caseOf: {
			[#string] -> [ outputStream nextPut: $'; nextPutAll: token; nextPut:
$' ].
			[#doIt ] -> [ ^self].
		} otherwise: [ outputStream nextPutAll: token ].
	] repeat.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug.log
Type: application/octet-stream
Size: 4050 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040312/77a05874/SqueakDebug.obj


More information about the Squeak-dev mailing list