Visual Studio 2010: very slow web applications debugging!

后端 未结 16 2778
一生所求
一生所求 2020-12-08 00:17

I recently installed Visual Studio 2010 (Ultimate edition, final version released in April), and found that debugging a web application bec

16条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 01:16

    Disable Intellitrace (historical debugger) - it enable jumping "back in time" during debug but it slows down debugging.

    You can disable it from the options->intellitrace

提交回复
热议问题