I use grunt to start my server using the download function and other tasks. I completed this and this post to complete my tasks. It works, but I cannot debug properly (when I set some breakpoints, they are not)
When I run the script, here is what I got:

As you can see, the debugger appears on the second tab, but does nothing. (even if he says that he is successfully connected).
To debug my application, I have to stop this second tab and start the remote debugger ... Anyway, to fix it?
Additional information: The server starts in another process. If I run it in the same process as grunt, there is no problem.
source
share