Blazor component debugging
-
I have an existing MVC app, to which I added some Blazor components on some pages. I.e. instead of starting a new fully Blazor app, I am trying to extend the functionality of an existing app. I am using WebAssembly rendering, particularly as they are interactive components (updating the UI, doing web service calls, etc..) It's all working very well except... I can't use breakpoint / debug the components! :O Any clue on how to enable debugging of Blazor component on an MVC view?
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!
-
I have an existing MVC app, to which I added some Blazor components on some pages. I.e. instead of starting a new fully Blazor app, I am trying to extend the functionality of an existing app. I am using WebAssembly rendering, particularly as they are interactive components (updating the UI, doing web service calls, etc..) It's all working very well except... I can't use breakpoint / debug the components! :O Any clue on how to enable debugging of Blazor component on an MVC view?
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!
In the end, I am loading some debug razor (blazor?) Page from the Blazor project. When the whole page is a blazor page, debugging works fine again!
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!