This code will help you to understand how to debug in a client-side Blazor application.
To debug a client-side Blazor app in a browser:
"%programfiles(x86)%\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 http://localhost:52902/
I would suggest you check the below link for better understanding:https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
To debug a client-side Blazor app in a browser:
I would suggest you check the below link for better understanding:
need an explanation for this answer? contact us directly to get an explanation for this answerhttps://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1