I created a brand new Blazor WASM standalone project configured to use Microsoft Entra. Everything works fine, but I can't even put a breakpoint to inspect anything in my code.
I get the following error when I place a breakpoint:
I'm running the latest version of Visual Studio 2026 v18.2.0, and also have the latest .NET SDK installed i.e. v10.0.102. I also made sure the .NET 10.0 WebAssembly Build Tools are installed in ASP.NET and web development workload.
I did some research and see quite a few Blazor WASM debugging issues reported. Any idea what the issue may be here?
PS:
I went through this article and made sure each potential cause mentioned in it is actually fine in my setup. https://jonathancrozier.com/blog/why-you-cant-debug-your-blazor-webassembly-application
Not sure if it's useful but here's a screenshot of the threads when I click the "View all Threads" button:

