Why can't I set a breakpoint in a ASP.NET view?

前端 未结 4 623
渐次进展
渐次进展 2021-01-19 02:24

If I set a breakpoint in the compiled code (for instance in an action), I can then step through, and eventually am stepping through the generation of the View.

I\'v

4条回答
  •  执笔经年
    2021-01-19 03:02

    Another thing that comes to my mind is to use the debugger; keyword in the view, though I am not 100% sure it will work as in ASP.NET ajax site.

提交回复
热议问题