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

1.47 Debug Breakpoints appearing in sourcemap files #102833

Closed
brandonlee781 opened this issue Jul 17, 2020 · 2 comments
Closed

1.47 Debug Breakpoints appearing in sourcemap files #102833

brandonlee781 opened this issue Jul 17, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@brandonlee781
Copy link

  • VSCode Version: 1.47.2
  • OS Version: macOS 10.15.5

With the newest debugger, the method used to debug our node app no longer works the same. The breakpoints appear unbound, but the breakpoint gets hit inside the sourcemap file, not the original file like it used to. Replication repo: https://github.com/brandonlee781/vs-code-debugging-issue

Steps to Reproduce:

  1. Run terminal command "npm run dev"
  2. Start the Attach debugger task
  3. Place a breakpoint inside the express route. The breakpoint will appear unbound.
  4. In a browser go to http://localhost:4000
  5. The breakpoint is hit, but it's in the sourcemap file, not the original file.

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

@connor4312
Copy link
Member

This is the same as microsoft/vscode-js-debug#636

/duplicate

@connor4312 connor4312 assigned connor4312 and unassigned weinand Jul 18, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@weinand @connor4312 @brandonlee781 and others