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

Auto Attach does not parse host:port format #46670

Closed
chrmarti opened this issue Mar 27, 2018 · 1 comment
Closed

Auto Attach does not parse host:port format #46670

chrmarti opened this issue Mar 27, 2018 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@chrmarti
Copy link
Collaborator

1.22 insiders on Mac. Testing #46570.

  • Enable Auto Attach
  • node --inspect=localhost:1234 hello.js

image

@chrmarti
Copy link
Collaborator Author

More corner cases:

  • node --inspect=:1234 hello.js
  • node --inspect=0.0.0.0:1234 hello.js
  • node --inspect=[12a:101:1810:b2:7e8:e765:5e50:26e6]:1234 hello.js

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Mar 27, 2018
@weinand weinand added this to the On Deck milestone Mar 27, 2018
weinand added a commit to microsoft/vscode-node-debug that referenced this issue Jul 2, 2018
@weinand weinand modified the milestones: On Deck, July 2018 Jul 2, 2018
@weinand weinand closed this as completed Jul 2, 2018
@sbatten sbatten added the verification-needed Verification of issue is requested label Aug 1, 2018
@rebornix rebornix added the verified Verification succeeded label Aug 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 16, 2018
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 feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants