kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Panel should stay open after stop and play should restart #245

Open dhowe opened 6 years ago

dhowe commented 6 years ago

Thanks for the good work hereI may be missing something but it seems the panels closes each time I stop the debugger. In most IDEs the debugging panel stays open until explicitly closed (I usually want to do several runs of debugger at a time). Similarly, after reaching the end of a program, I want to be able to just hit 'play' again to restart another run. Now I am constantly having to hit F5 to reopen it. This together with the F9 (instead of double-click) makes it pretty awkward to use.