How to access stack frame while debugging ASP.net program?

后端 未结 3 1634
暗喜
暗喜 2021-02-11 03:58

How to access stack frame information while debugging ASP.net program?

3条回答
  •  情深已故
    2021-02-11 04:27

    You can do that whether in page directive or web.config :

    in page directive (in aspx file ) just add Trace="true" Or you can do that in web.config for all the pages

     
    

    enabled property turns tracing on or off

    Hope this help

提交回复
热议问题