I have a hosted Blazor WASM application but can't hit any breakpoints in the code behind files. The code runs, just no break points get hit. If the same code is in an @code { } block in the razor file then the breakpoints get hit. Is there anything special that I need to do?
@code { }
It turns out that the issue is only happening when using a Radzen Blazor Component. I opened an issue here.
2.1m questions
2.1m answers
60 comments
57.0k users