codeboot icon indicating copy to clipboard operation
codeboot copied to clipboard

An in-browser JavaScript REPL which supports single-stepping

Results 24 codeboot issues
Sort by recently updated
recently updated
newest added

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...

workaround

Witnessed on chrome 22.0.1229.94. After a fast animation, scrolling bounces back to the original location during a few seconds after the animation has finished, making it impossible to scroll. This...

bug

The state of the workspace is saved in the browser's local storage, but it should be possible to export it to a file and import on a different machine. This...

enhancement