-
Notifications
You must be signed in to change notification settings - Fork 4.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
Blazor WASM "Debug Adapter" fail to handle breakpoints when a Web Worker is present #98208
Comments
Tagging subscribers to this area: @thaystg Issue DetailsIs there an existing issue for this?
Describe the bugWhen a Web worker is created in a Blazor WebAssembly project the debugger(Visual Studio 2022) will stop working since the "Debug Proxy" seems to disconnect. Once the web worker is active unset/set breakpoints in Visual Studio 2022 will display Expected BehaviorThe breakpoint in Visual Studio 2022 should be set without any error message. Steps To ReproduceHow to reproduce
ResultThe debugger will stop in javascript and display Unable to retrieve source content Expected resultThe breakpoint should be set without any error message. Exceptions (if any)No response .NET Version8.0.101 Anything else?No response
|
@tommcdon What is the reasoning behind setting issue #97987 as related? |
Hello @mattincode! My statement in #97987 (comment) caused GH to "link" the issue. My statement suggests that there may be a relation between the two, but without a concrete details understanding the technical reason for the failure, we don't know what the root cause is yet.
My apologize for the delay in investigation. Our team is actively investigating top customer issues and we have already put this issue on to our backlog for further investigation. |
There is a workaround for this? Or only wait for a fix? The issue is still present in latest releases |
Is there an existing issue for this?
Describe the bug
When a Web worker is created in a Blazor WebAssembly project the debugger(Visual Studio 2022) will stop working since the "Debug Proxy" seems to disconnect. Once the web worker is active unset/set breakpoints in Visual Studio 2022 will display
Unable to retrieve source content
.example project: BlazorWasmDebugBrokenWithWebWorker
Expected Behavior
The breakpoint in Visual Studio 2022 should be set without any error message.
Steps To Reproduce
How to reproduce
Result
The debugger will stop in javascript and display Unable to retrieve source content
Expected result
The breakpoint should be set without any error message.
Exceptions (if any)
No response
.NET Version
8.0.101
Anything else?
No response
The text was updated successfully, but these errors were encountered: