I'm creating an Outlook Web Addin. Implementation is done in Blazor WASM. The addin is working, well, but I'm not able to debug the addin when it is loaded in Outlook or neither in the browser. It is a Taskpane addin, which is visible on the right side pane in the outlook and browser as well.
I'm using Visual Studio 2022, but breakpoints are not hit in Visaul Studio.
I do not see my code is loaded in the browser, probably the pane is some IFrame os something like that.
Did somebody experience that kind of issue?
Is ther any way how to debug the Blazor Addin code in Visual Studio or in Browser?