-
Notifications
You must be signed in to change notification settings - Fork 282
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
Debugger pwa-chrome configuration does not stop on breakpoints #1225
Comments
This'll be fixed in the upcoming nightly build. Please give it a shot! |
In latest VSCode build, this is broken again. |
Just to add: rolling back to VSCode March 2022 (1.66.2), breakpoints function as normal. |
Sorry, this PR didn't get merged yet. Will ping for reviews on it tomorrow. |
No worries. FWIW, on MacOS between VSCode 1.66.2 and 1.67 debug broke. |
You're probably not facing the same issue as the poster as this bug was present and reported on 1.66. |
It's definitely the same bug, we've also seen it before. It seems to be one of those issue where fixing it for one case breaks it for others. |
If nightly resolves it you're probably hitting microsoft/vscode#148864 |
* fix: remove query strings from sourcemapped URLs Fixes #1225 Fixes microsoft/vscode#147662 * chore: update windows vm image
* fix: remove query strings from sourcemapped URLs Fixes #1225 Fixes microsoft/vscode#147662 * chore: update windows vm image
@izkrivera Can you try out the latest insider build of VS Code: http://code.visualstudio.com/insiders if the issue is fixed there, can you please respond with |
Describe the bug
When running the JS Debugger (nightly v2022.3.717) breakpoints are always off (empty dots). Toggling then on the breakpoints panel turns some of them on (red). However, the breakpoints never pause execution.
Configuration on a Next's / typescript running on the localhost:
To Reproduce
Steps to reproduce the behavior:
Log File
vscode-debugadapter-25a5d31c.json.gz
VS Code Version: 1.65.2
Additional context
Next's and Typescript, localhost app.
The text was updated successfully, but these errors were encountered: