The only thing I get when placing breakpoints is that the "Breakpoint set but not yet bound". Some information:
I tried both creating the project from the template dialogs in Visual Studio 2019, Version 16.5.4 - and from the command line by creating a new blazorwasm project.
I tried with both IIS Express and BlazorApp as debug targets.
WebAssembly Nuget versions are v3.2.1
Target framework appears to be .NET Standard 2.1
"Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE)" is enabled.
In the template dialogs the .NET Core version is mentioned as 3.1.8.
Browser is Chrome.
Edge refuses to work, says it "Failed to launch debug adapter" with "ECONNREFUSED". Could it be related to my issues in Chrome?
Breakpoint is at "currentCount++" in Counter.razor from the example project.
Tried on two different computers, same issue and same parameters above.
I have followed the instructions from here to debug Blazor WebAssembly applications: https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1&tabs=visual-studio
The only thing I get when placing breakpoints is that the "Breakpoint set but not yet bound". Some information:
And finally, the output from dotnet --info is: