atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

End of debugging not working

Open JbRezidu opened this issue 9 years ago • 2 comments

There is maybe a bug, I start to debugging my project, i just put 2 breakpoints, and it works very well. Then i clic to stop the debugging or use the shortcut "CTRL + F5", I have the pop-up that saying the debugging is finished, but when I reload my website, my server doesn't respond as if it's blocked by node-debugger, and indeed, if i start again the debugging with "F5" i can see that the debugger was still working and just wait me to go to the next step... I have to shutdown my server and reload it to disable the debugging. (Even if I remove breakpoints, there're still there and block my server). Is it a bug or am i missing something ?

PS : With the previous version everything was working very well

JbRezidu avatar Apr 14 '16 13:04 JbRezidu

@JbRezidu sorry for a late reponse on this one. I do not think you are missing something. Would you mind checking the log file to see if there is a problem during process termination?

codecontemplator avatar May 07 '16 16:05 codecontemplator

Hi, I checked the log file (debugger.log inside the package folder) but i see nothing about an error during the process termination, here the log file (I just run the debugger, with my breakpoint, and then stop the debugger, the debugger's still working) :

debugger.zip

JbRezidu avatar May 09 '16 08:05 JbRezidu