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

Attach to port doesn't show port #46685

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

Attach to port doesn't show port #46685

aeschli opened this issue Mar 27, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Mar 27, 2018

Testing #46582

elementary OS 0.4.1 Loki
Built on "Ubuntu 16.04.2 LTS"

node v8.9.1

  • create foo.js
setInterval(() => {
    console.log('ssss');
}, 1000);
  • in the integrated terminal run
    node --inspect ./foo.js and node --inspect=5445 ./foo.js
  • add a launch config
		{
			"type": "node",
			"request": "attach",
			"name": "Attach to Process via pid or port",
			"processId": "${command:PickProcess}"
		  }
  • launch the launch config

Dialog shows:
image

-> no port is shown

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues bug Issue identified by VS Code Team member as probable bug labels Mar 27, 2018
@weinand weinand added this to the March 2018 milestone Mar 27, 2018
@weinand
Copy link
Contributor

weinand commented Mar 27, 2018

fixed by microsoft/vscode-node-debug@a4a2e1c

2018-03-27_16-19-26

@weinand weinand closed this as completed Mar 27, 2018
@sandy081 sandy081 added the verified Verification succeeded label Mar 29, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants