-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm][debugger] Using "rollForwardOnNoCandidateFx": 2 for BrowserDebugHost #88919
Conversation
Tagging subscribers to this area: @thaystg Issue DetailsI was able to reproduce the issue and check that this PR fixes the issue. This is the same configuration used on Blazor.DevServer. Fixes: #88391
|
@lewing can I backport it to .net6 and .net7? |
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables suggests that maybe |
I don't have any preference at all. |
Whatever is acceptable for blazor should be good for us too. |
The test failure shouldn't be related to this, right? |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsI was able to reproduce the issue and check that this PR fixes the issue. This is the same configuration used on Blazor.DevServer. Fixes: #88391
|
/backport to release/7.0-staging |
/backport to release/6.0-staging |
Started backporting to release/7.0-staging: https://github.com/dotnet/runtime/actions/runs/5576097797 |
Started backporting to release/6.0-staging: https://github.com/dotnet/runtime/actions/runs/5576099118 |
Please note that |
@mkArtakMSFT, I think this is an important information for you to change the DevServer behavior, then we also change the BrowserDebugProxy behavior. I really don't want to get a different behavior between them to avoid the customer to see an error only when trying to debug the app. I think we should start the change on DevServer side and then propagate the same behavior here. |
I want to make it clear that |
I was able to reproduce the issue and check that this PR fixes the issue.
This is the same configuration used on Blazor.DevServer.
https://github.com/dotnet/aspnetcore/blob/579d547d708eb19f8b05b00f5386649d6dac7b6a/src/Components/WebAssembly/DevServer/src/blazor-devserver.runtimeconfig.json.in#L8C6-L8C32
Fixes: #88391