Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Using Visual Studio 2022 breakpoints turn white while running and stop breaking during execution

$
0
0

I'm using Blazor and Visual Studio 2022. Suddenly all VS breakpoints in the client (wasm) project turn white during execution and stop breaking execution when program runs. The breakpoints in the server project work fine. This started to happen after I renamed a procedure in the client project and renamed it back to the original name.

I have tried cleaning and recompiling project as well as exiting and reentering VS with no results.

From what I've read maybe a symbols file is not being loaded. If so, how can I force this to happen? Is there a setting to adjust?


Viewing all articles
Browse latest Browse all 4839

Trending Articles