Debugger bug?

Phil Weichert weichert at hal-pc.org
Sun Mar 29 22:26:46 UTC 1998


Andres,
  Syntax ERROR.  Not a debugger problem.  (4=5) ifTrue:[5=4] is okay.
ifTrue: is implemeted in Boolean NOT Block.
Phil

sqrmax at cvtci.com.ar wrote:

> 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