Blazor and Outlook Web Add-in Debugging not working (Not hit breakpoints) - Stack Overflow

admin2025-04-17  3

I am unable to set the debugger breakpoint in Visual Studio on the client side C# and Razor code when starting Outlook Web Add-in. I have tried manually attaching various processes to the VS debugger to no avail. Is this something that is currently possible?

Thanks

Overview:

  • I have Blazor WASM app
  • Wrote a manifest file for Outlook Add-ins & Install. This is a working file. I can see everything in the task panel. The problem is, I can't debug my Razor component code even when I add breakpoints. So when I set breakpoints and do something in Outlook Add-Ins taskpane, its not hitting corresponding breakpoints and doing nothing. How can I debug my code?

Reference:

转载请注明原文地址:http://anycun.com/QandA/1744893969a89125.html