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

Created on 11 Jul 2020  路  15Comments  路  Source: microsoft/vscode




  • 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

debug needs more info

Most helpful comment

@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!

All 15 comments

I have same issue.

Can you collect a trace log using these instructions?

If you're able to, add "trace": true to your launch.json and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.

鈿狅笍 This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to [email protected]

/needsMoreInfo

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

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.

Same problem using:

  • Windows: 10.0.18363.900
  • VSCode: 1.47.0

If you're using Node 8, please see: https://github.com/microsoft/vscode/issues/102166#issuecomment-657138385

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

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

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!

@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!

same issue

@alexstolrcoti 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!

The issue still exists for me with 1.47.2

@gparvind please collect a trace log using the instructions above. Thanks!

@connor4312 I've resolved the issue by https://github.com/microsoft/vscode/issues/102166#issuecomment-657138385. :tada:
Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VitorLuizC picture VitorLuizC  路  3Comments

borekb picture borekb  路  3Comments

chrisdias picture chrisdias  路  3Comments

trstringer picture trstringer  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments