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

Error with debugger at 2 instances #3468

Closed
lalithr95 opened this issue Oct 21, 2015 · 1 comment
Closed

Error with debugger at 2 instances #3468

lalithr95 opened this issue Oct 21, 2015 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@lalithr95
Copy link

If I uses two different process to debug the same file, I get an error for the second debug instance.
1st debug

Laliths-MacBook-Pro:angular Lalith$ node --debug-port=2222 debug app/scripts/app.js
< Debugger listening on port 5858
debug> . ok
break in app/scripts/app.js:1
> 1 'use strict';
  2 
  3 /**

In second debug

Laliths-MacBook-Pro:angular Lalith$ node --debug-port=3333 debug app/scripts/app.js
< Error: listen EADDRINUSE
<     at exports._errnoException (util.js:746:11)
<     at Agent.Server._listen2 (net.js:1156:14)
<     at listen (net.js:1182:10)
<     at Agent.Server.listen (net.js:1267:5)
<     at Object.start (_debugger_agent.js:20:9)
<     at startup (node.js:86:9)
<     at node.js:814:3
debug> . ok

Thanks !

@bnoordhuis
Copy link
Member

Duplicate of #3345. Thanks for the bug report though.

@bnoordhuis bnoordhuis added duplicate Issues and PRs that are duplicates of other issues or PRs. debugger labels Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

2 participants