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

Not hitting breakpoints in web extension running in VS Code Desktop stable #131265

Closed
aeschli opened this issue Aug 20, 2021 · 3 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@aeschli
Copy link
Contributor

aeschli commented Aug 20, 2021

Version: 1.59.1 (user setup)
Commit: 3866c35
Date: 2021-08-19T11:56:46.957Z
Electron: 13.1.7
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Windows_NT x64 10.0.19043

JavaScript debugger: v1.59.0

dialog shows that we are running in the web extension host (Hello World from helloworld-web-sample in a web extension), but breakpoint is not hit.

In the latest insider build it works (1.60.0-insider , c089133, 2021-08-19T05:15:46.693Z) JavaScript debugger: v1.60.0

@aeschli aeschli changed the title Not hitting breakpints in web extension running in VS Code Desktop stable Not hitting breakpoints in web extension running in VS Code Desktop stable Aug 20, 2021
@aeschli
Copy link
Contributor Author

aeschli commented Aug 20, 2021

Now I got a breakpoint hit in stable, but the breakpoint was a on the line below the handler. So maybe its source map related.

@connor4312
Copy link
Member

The latest nightly extension is required to debug web extensions, which requires 1.60-insiders or newer.

/duplicate #128637

@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2021
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

3 participants
@connor4312 @aeschli and others