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
Yes there's a way to debug your client side c# code:
1.User IE "Microsoft Edge", "Don't use google Chrome".
2.Use self hosted application "Don't use IIS express".
3.Hit F5 and enjoy