feeley / codeboot

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

impossible to run code in a new editor after closing another one before the end of execution while single-stepping #72

Closed gagnonlg closed 11 years ago

gagnonlg commented 11 years ago

-> single-stepping on some code in an editor (one click at a time) -> close this editor before the final step is reached -> open a new editor -> impossible to run any code in this editor -> pop-up from previous editor stays in place

(on Chromium 23.0.1271.64)

dufour commented 11 years ago

This is a particular manifestation of #64, so I'm marking it as a duplicate and closing (#64 is fixed as of c99e739a0e).