[wasm][debugger] Using "rollForwardOnNoCandidateFx": 2 for BrowserDebugHost#88919
[wasm][debugger] Using "rollForwardOnNoCandidateFx": 2 for BrowserDebugHost#88919thaystg merged 1 commit intodotnet:mainfrom
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