feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Step counter should not disappear when the execution is done #31

Closed feeley closed 11 years ago

feeley commented 11 years ago

One possibility would be to display the step counter in the REPL itself, instead of the blank line. When execution is done the step counter would be added to the transcript.

For the novice user, the step counter may be confusing. So by default, the step counter should not be visible. One possibility is to only activate the step counter when the user does single steps the code (the play-pause button, or the play-animate button). When the play-infinite button is pressed there would be no step counter.

dufour commented 11 years ago

What if the play-infinite button is pressed during single-stepping or animation?

dufour commented 11 years ago

Fixed in 4151e419f6