> On 24 Feb 2015, at 15:21, Ben Coman <[email protected]> wrote:
>
> All,
>
> Please take a moment to comment on how you like the current behaviour of
> executing the following snippet then <Step Over> three times to get to the
> line c := 3.
>
> a := 1.
> self halt.
> b := 2.
> self halt.
> c := 3.
I like the new behavior… it seems to work fine.
The solution is now very special to this case… I wonder if it can be
differently (but I have no idea of any).
So I vote for adding it… we can always improve later.
Marcus