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

Node debug doesn't terminate using WSL #40366

Closed
thecodingdude opened this issue Dec 16, 2017 · 2 comments
Closed

Node debug doesn't terminate using WSL #40366

thecodingdude opened this issue Dec 16, 2017 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@thecodingdude
Copy link

thecodingdude commented Dec 16, 2017

  • VSCode Version: Code 1.19.0 (816be67, 2017-12-14T12:06:43.492Z)
  • OS Version: Windows_NT x64 10.0.15063
  • Extensions:
Extension Author (truncated) Version
html-snippets abu 0.1.0
vscode-html-css ecm 0.1.8
php-intellisense fel 2.1.0
beautify Hoo 1.1.1
vscode-icons rob 7.19.0
JavaScriptSnippets xab 1.5.0

(1 theme extensions excluded)


Steps to Reproduce:

  1. Debug a node JS script
  2. using htop or similar, observe a similar output.

These processes live forever, so when I restart debugging and make a POST request, it uses an old process.

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [{
            "type": "node",
            "request": "launch",
            "name": "name",
            "program": "${workspaceFolder}\\models\\script.js",
            "useWSL": true
        },
        {
            "type": "node",
            "request": "launch",
            "name": "WWW",
            "program": "${workspaceFolder}\\bin\\www",
            "useWSL": true
        }
    ]
}
@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Dec 16, 2017
@thecodingdude
Copy link
Author

This is similar to #38424 - I'd consider this a pretty fundamental breakage and essentially renders debugging via WSL useless, hopefully can make it into a recovery build asap =).

@isidorn isidorn assigned weinand and unassigned isidorn Dec 18, 2017
@weinand
Copy link
Contributor

weinand commented Dec 18, 2017

duplicate of #38424

@weinand weinand closed this as completed Dec 18, 2017
@weinand weinand added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 18, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 1, 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 *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants