-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Breakpoints not resolving when debugging Web Extension #232544
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
Comments
@richard-fine I'm pretty sure it's a duplicate of 232651. Try this:
If your issue is fixed, then it is likely a duplicate. It will be fixed on VSCode version 1.95.2 |
No luck - tried with ms-vscode.js-debug-nightly version v2024.11.417 but the issue persists. |
A bit more investigation:
|
I've also tried setting |
I think this may be the same issue: microsoft/vscode-js-debug#2135 And this as well: #231015 |
Verified on the duplicate js-debug issue |
Type: Bug
yo code
(using webpack + npm)Expected behaviour: The breakpoint should have been resolved / hit when the extension was activated.
Actual behaviour: The extension was activated and ran without ever hitting the breakpoint.
VS Code version: Code 1.95.0 (912bb68, 2024-10-28T20:16:24.561Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: