Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug with Nodejs and nodemon keep getting restart upon 'Attach to Process' #21783

Closed
alemhnan opened this issue Mar 2, 2017 · 1 comment
Closed
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@alemhnan
Copy link

alemhnan commented Mar 2, 2017

  • VSCode Version: 1.10.1
  • OS Version: Mac 10.12.3
  • Node Version: 6.10.0

Steps to Reproduce:

  1. Launch a node process in console with nodemon nodemon --debug server.js
  2. Click Attach to Process in vcode.
  3. The server will be restarted by nodemon even though no files are changed
  4. vcode throws and error: 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.

@isidorn
Copy link
Contributor

isidorn commented Mar 3, 2017

I believe duplicate of #21681

@isidorn isidorn closed this as completed Mar 3, 2017
@isidorn isidorn self-assigned this Mar 3, 2017
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) labels Mar 3, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants