-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Potential breakpoint locations shown on every line in file #81986
Comments
I can not reproduce this following your exact steps. |
Chrome simply does not show any candidates if the file gets changes. We can do something similar. |
This started happening to me after upgrading to Catalina. It happens on both 1.39 and the 1.40 releases
|
When I set breakpoints without debugging enabled they set properly. When I start debugging no break points work until I reset them. When I set them a second time I get the behavior listed in this bug report. In my debug output, I see:
|
It's not a public repo, however I think I narrowed it down. It has to do with WebPack. |
If it is webpack related than it seems that the node debugger is returning strange candidates for a line. Thus also assigning to @roblourens |
I think this stuff falls under microsoft/vscode-chrome-debug-core#531 (the DA should be sure to only return breakpointLocations for the line that was requested) so I will close it as a dupe |
Issue Type: Bug
Repo
Not sure of exact repo steps. Here's how I can reproduce the bug:
Bug
Potential break point locations are show on every line of the file
VS Code version: Code - Insiders 1.39.0-insider (c8252b6, 2019-10-04T09:23:20.797Z)
OS version: Darwin x64 18.7.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: