kiddkai/atom-node-debugger

Currently executing indicator does not dissapear

Opened this issue · 0 comments

Hello,

I'm using this plugin to debug a web application. The process stays alive the whole time I'm debugging and everything works nicely. However, the right-carat character that indicates which line is running remains in the atom gutter after the server response was completed. The expected behavior based on other debuggers is that the executing indicator should disappear after the the server has returned a response and the line of code is no longer being executed.