kiddkai / atom-node-debugger

A Nodejs Debugger For Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panel should stay open after stop and play should restart

dhowe opened this issue · comments

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.