Update:
I’ve upgraded my Blazor WebAssembly project to .NET 8, hoping that the newer version would resolve the issue with client-side debugging. Unfortunately, the problem still persists. Even after the upgrade, I am unable to enable runtime code changes or move the execution pointer during client-side debugging in Visual Studio 2022.
I was expecting the more advanced debugging capabilities in .NET 8 to improve the experience, but the client-side debugging limitations remain the same. Any further suggestions or insights would be greatly appreciated.