Visual Studio 2010: very slow web applications debugging!

后端 未结 16 2783
一生所求
一生所求 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:02

    Deactivate the option Show Parameter Values in the callstack window (debug -> windows -> callstack -> left click).

    It required lots of recursion.

    Reference

提交回复
热议问题