Q:

How do you debug in a client-side Blazor application?

0

This code will help you to understand how to debug in a client-side Blazor application. This code will help you to understand how to

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

To debug a client-side Blazor app in a browser:

  1. Close all instances in Chrome.
  2. Run the Blazor app in Chrome (version 70 or later).
  3. Open Win + R and run the following command.
"%programfiles(x86)%\Google\Chrome\Application\chrome.exe"   --remote-debugging-port=9222 http://localhost:52902/​
  • Now the Blazer app in Chorme.
  • Then hit Shift+Alt+D on Window or Linux and shift+Cmd+D on macOs. 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now