codeboot icon indicating copy to clipboard operation
codeboot copied to clipboard

Play - infinite button is broken after execution is paused

Open dufour opened this issue 13 years ago • 1 comments

After the execution is paused (e.g. by single stepping, or executing a pause() statement), the "play - infinite" button executes 257 steps before pausing, rather than executing until the end as expected.

dufour avatar Nov 07 '12 16:11 dufour

I added a workaround, but the handling of execution states is broken at the moment. I believe that we are missing some 'executing' state to make it work properly.

dufour avatar Nov 19 '12 01:11 dufour