Blazor client-side debugging
问题 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 enable the debugger somehow? Thanks 回答1: Update : For those running .NET Core 3.2 preview 3 and above, please refer to this answer For those who like some pictures, here's a step by step using Visual Studio 16.4 preview (.NET Core 3.1 preview 2) & Chrome version 78. Start up the app using a debug profile . E.g. After site loads , and