Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
419 views
in Technique[技术] by (71.8m points)

How can you debug server-hosted Blazor WASM code behind files in Visual Studio?

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?

question from:https://stackoverflow.com/questions/65887748/how-can-you-debug-server-hosted-blazor-wasm-code-behind-files-in-visual-studio

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It turns out that the issue is only happening when using a Radzen Blazor Component. I opened an issue here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...