Debug with Nodejs and nodemon keep getting restart upon 'Attach to Process' #21783
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
Steps to Reproduce:
nodemon --debug server.js
Attach to Process
in vcode.Request 'evaluate' was cancelled because Node.js is unresponsive.
Before this release the nodemon wasn't detecing changes all the workflow was fine. Now if the server is slow to start I cannot attach vscode to it. I tried to use the timeout option in launch.json with no luck.
The text was updated successfully, but these errors were encountered: