Stop doesn't kill debugged restart
app
#19203
Labels
*as-designed
Described behavior is as designed
debug
Debug viewlet, configurations, breakpoints, adapter issues
Testing #19040
The terminal will read
Which indicates nodemon is still running, when it shouldn't.
The problem aggravates once the user presses
F5
again: nothing happens because some input is sent to the Terminal, but it's nodemon and not the shell that handles it. To get out of this state, the user must go to the terminal and Ctrl C.Also, in that stopped state, a change in the JavaScript file will restart the server, since nodemon is still running.
The text was updated successfully, but these errors were encountered: