Blazor client-side debugging

后端 未结 6 1388
别那么骄傲
别那么骄傲 2021-01-01 11:47

I noticed that all of my C# breakpoints do not get hit as debugging seems like its disabled for client-side Blazor apps.

Is there a way to attach the debugger or ena

6条回答
  •  轮回少年
    2021-01-01 12:00

    There is no debugging experience for client-side Blazor in Visual Studio.The only option right now is to use the Chrome debugger.

    This is all explained in the official documentation, https://docs.microsoft.com/en-gb/aspnet/core/blazor/debug?view=aspnetcore-3.0

提交回复
热议问题