-
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
Debugger - Blazor WASM: Uncaught pause_on_uncaught (anonymous) @ VM324:1 #62146
Comments
Tagging subscribers to this area: @thaystg Issue DetailsDescribe the bugLoading a WASM site locally with debugging enabled gives the following output in the console: Further technical details
dotnet --info Output
|
@thaystg can you please take a look at this? It's debugger related, but not sure whether it's us or not. |
Let me know if you need a minimal repro - ran into this with a private repo |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescribe the bugLoading a WASM site locally with debugging enabled gives the following output in the console: Further technical details
dotnet --info Output
|
@Hona a minimal repro would be quite useful, thanks! |
Since this is rider the logic we use to skip this check outside of the browser probably doesn't recognize the frontend. @thaystg would it be possible to skip the check if we see the values being set by the protocol? |
Describe the bug
Loading a WASM site locally with debugging enabled gives the following output in the console:
Further technical details
dotnet --info
:dotnet --info Output
The text was updated successfully, but these errors were encountered: