vscode: Debug Node Auto Attach is not working

  • VSCode Version:1.47.2
  • OS Version: Linux x64 5.4.0-42-generic Version: 1.47.2 Steps to Reproduce:
  1. I have attached debug node like this: { “debug.node.autoAttach”: “on” } when I run : node --inspect=0 index.js debugger is not runnung It used to work for VS Code Version: 1.47.1

Does this issue occur when all extensions are disabled?: Yes

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 31 (19 by maintainers)

Commits related to this issue

Most upvoted comments

@connor4312 @weinand Visual Studio Code Version : 1.49.0 Debug Auto Attach Node is working.

@Gribesh can you let us know if this works on Insiders with the setting "debug.javascript.usePreviewAutoAttach": false?

I have same problem with 1.49.1 vscode version. If I add to configuration:
“debug.javascript.usePreviewAutoAttach”: false Auto Attach funcionality work.

Okay waiting for new feature. 😊🎉

@Gribesh thanks for trying. Will investigate in September…