codeboot
codeboot copied to clipboard
An in-browser JavaScript REPL which supports single-stepping
Not sure if this is too important or relevant, though I would like to mention this nonetheless. I've observed that the F5 hotkey initiates step-by-step execution of script. To my...
codeboot doesn't support the newer syntax and functionalities of JavaScript like const, let, for of loop, class, default arguments, etc. that have been added in ECMAScript6 (or ECMAScript 2015) Are...
The line `response = urllib2.urlopen(request.getvalue("url"))` can be used to access the content of files on the server. urllib2 accepts local URLs, so simply send a URL starting with `file:` to...
Hi, It would be great to have a CodeBoot object which could contain information such as current version and also the current mode ("novice" or "standard). I lost 1 point...
Especially as we do longer code every week, a line number with the error message would save a lot of time. This is more a suggestion than a bug. :)
Having a fixed size would give more stability to the interface (the buttons would not suddenly disappear from under the mouse when executing code from a code editor).
Pour une raison que j'ignore, codeplay a arrete d'afficher les bulles de dialogues qui affichaient le calcul qui s'effectuait lors de l'appel d'une fonction. Ce qui nous permettait de detecter...