I try to migrate my web Blazor app to MAUI.
I'm curious, if there is the way to see tools like Chrome 'Console', 'Network' etc. while debugging MAUI Blazor app on Windows?The source of the question is my triage to migrate web app (Blazor) to desktop with plans to do so on mobile?Does somebody of you, community, tried to do so? The first experience I've got is getting instant error and 'loading...' message with asking to reload page - that's not very informative.
It would be much more helpful to see error details or to get access to tools like in browser, if possible.
Thank you in advance.