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

Unbound breakpoint on node projects with Typescript #131729

Closed
dschuessler opened this issue Aug 26, 2021 · 6 comments
Closed

Unbound breakpoint on node projects with Typescript #131729

dschuessler opened this issue Aug 26, 2021 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded

Comments

@dschuessler
Copy link

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

  • VS Code Version: 1.59.1
  • OS Version: macOS 11.5.2 / Ubuntu 20.04

Steps to Reproduce:

  1. git clone https://github.com/dschuessler/unbound-breakpoint-minimal-example
  2. cd unbound-breakpoint-minimal-example
  3. docker-compose up
  4. Set breakpoint in index.ts
  5. Start debugger

Expected behavior: The breakpoint works.
Actual behavior: The breakpoint is "unbound".

I double checked all settings I adopted from solutions to similar issues. In case you can't reproduce, I happily send you trace logs. Thanks in advance for having a look into this.

@weinand
Copy link
Contributor

weinand commented Aug 26, 2021

/jsDebugLogs

@weinand weinand assigned connor4312 and unassigned weinand Aug 26, 2021
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 26, 2021
@connor4312 connor4312 added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Aug 26, 2021
@connor4312 connor4312 added this to the September 2021 milestone Aug 26, 2021
@connor4312
Copy link
Member

Thanks for the repro!

@dschuessler
Copy link
Author

dschuessler commented Aug 30, 2021

Thanks for looking into it! I just installed Insiders to test it and I still get unbound breakpoints. Am I wrong in assuming that it should work with Insiders now?

@connor4312
Copy link
Member

connor4312 commented Aug 30, 2021

You'll also want to grab the nightly extension build

@dschuessler
Copy link
Author

Got it. Works like a charm now. Thank you very much!

@connor4312 connor4312 added verified Verification succeeded z-author-verified labels Aug 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2021
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

4 participants
@weinand @connor4312 @dschuessler and others