Blazor client-side debugging

后端 未结 6 1383
别那么骄傲
别那么骄傲 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:08

    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

提交回复
热议问题