How to enable browser debugging tools in MAUI+Blazor

foreword

MAUI+Blazor is actually a browser shell, which I think is very meaningful, because performance is no longer the main limitation, and fast development is often emphasized. And the future of MAUI+Blazor cross-platform feels really sweet. But there is no job, and I am currently in the state of .NET programmers

How to enable debug mode

Using Browser Developer Tools with ASP.NET Core Blazor Hybrid

insert image description here

Enter the shortcut key to open the browser

Ctrl+Shift+I

insert image description here

has no meaning?

We know that Blazor runs C# code. This browser console at least allows us to troubleshoot css issues with page elements. It's better to be able to solve it than not be able to solve it.

Guess you like

Origin blog.csdn.net/qq_44695769/article/details/132226277