For debugging purposes, we can log or print comments during code execution using Console.WriteLine(“comments”) in Blazor.
Console.WriteLine("Some content logged in Blazor App output window");
PermalinkFor debugging purposes, we can log or print comments during code execution using Console.WriteLine(“comments”) in Blazor.
Console.WriteLine("Some content logged in Blazor App output window");
PermalinkTo debug a client-side Blazor app in a browser:
"%programfiles(x86)%\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 http://localhost:52902/
Reference link:
https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1
PermalinkRefer to Debug Blazor applications for more information.
PermalinkFor now, there is no option to debug a client-side Blazor application in VS Code, although the debugging of server-side applications is possible.
Refer to the thread debug Blazor in VS Code for more information.
PermalinkFax: +1 919.573.0306
US: +1 919.481.1974
UK: +44 20 7084 6215
Toll Free (USA):
1-888-9DOTNET