Re: Tackling Context>>#runUntilErrorReturnFrom: (was: BUG/REGRESSION while debugging Generator >> #nextPut:)
Posted by Jaromir Matas on May 12, 2021; 8:32pm URL: https://forum.world.st/BUG-REGRESSION-while-debugging-Generator-nextPut-tp5108125p5129654.html
Hi Christoph,
Christoph Thiede wrote
> By the way, another occurrence for this issue is when you debug such an
> expression:
>
> [^6*7] ensure: [2+3]
>
> Step through the first block, into Context>>aboutToReturn:through:, and
> then
> over #return:through:. I think the cause is the same.