[squeak-dev] Debugger hiccups

Chris Muller asqueaker at gmail.com
Mon Oct 6 17:48:58 UTC 2014


On Sat, Oct 4, 2014 at 9:30 AM, Balázs Kósi <kosi.balazs at ezomer.hu> wrote:
> Hi,
>
> Today I came across two nuisances in the debugger:
>
> The first one is, that if you try to evaluate code in a debugger started
> from another debugger, you'll get an MNU: MessageAsTempNode>>beMethodArg.

That's strange, I do that a lot and it works fine for me.

> The other one is a tad more dangerous, so don't try it in an image dear to
> you: If you try to debug one of the following expressions: "nil", "-1", "0",
> "1" and "2" your image hangs. After interrupting it you get infinite
> debuggers with the message: "subscript is out of bounds: 2". The stack shows
> just one line: MethodContext(Object)>>error:
>
> I did not investigate any further yet.
>
> Cheers, Balázs
>
>
>


More information about the Squeak-dev mailing list