vscode: Using version 1.47.0, breakpoint can't be bound

  • VSCode Version: 1.47.0
  • OS Version: MacOS 10.15.5
  • node version: v10.21.0

Steps to Reproduce:

  1. To execute node project with debugger.
  2. To make breakpoint but it is unbound.

*It is no problem at version 1.46.1.

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

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 6
  • Comments: 15 (6 by maintainers)

Most upvoted comments

@Abhishek-Singh07 @Squashy83 please try these instructions and let me know if it fixes it https://github.com/microsoft/vscode/issues/102166#issuecomment-657138385

Otherwise, please collect a trace log using the instructions above. Thanks!

A fix for the Node 8 issue has now been released in VS Code 1.47.2. If you previously had to opt-out of the new debugger, you should be safe to turn it back on. Thanks again for the report!

same situation here: I have same issue with vscode version 1.47.0. When execute the node project with debugger.

Debugger works fine when run on vscode 1.46.1 version … Please fix it!

I have same issue with vscode version 1.47.0. When execute the node project with debugger.

Debugger works fine when run on vscode 1.46.1 version

Simple node app debugging was working fine. After vscode upgrade to 1.47 on Ubuntu, debugging broke. App starts in debug mode but not breaking on any breakpoints. Breakpoints are greyed out and shows its unbounded.