Debugger bug?

sqrmax at cvtci.com.ar sqrmax at cvtci.com.ar
Sun Mar 29 22:21:11 UTC 1998


Hi.

[4 = 5] ifTrue: [5 = 4] <alt-d>

Then, error, because #ifTrue: was sent to aBlock. Debug it and you will 
find that the debugger points to the next selector. Note: if you evaluate

[4 = 5] ifTrue: [] <alt-d>

and debug it, the debugger will point at #ifTrue:.

Andres.





More information about the Squeak-dev mailing list