Visual Studio 2015 debugger - high performance impact on SqlCommand

前端 未结 2 863
清歌不尽
清歌不尽 2021-02-14 12:37

After upgrading from VS2013 to VS2015, I was shocked by how slow my web application runs with the debugger attached. So I decided to do a comparison between VS2013 and VS2015 us

2条回答
  •  梦毁少年i
    2021-02-14 13:18

    Could be the IntelliTrace, try this https://msdn.microsoft.com/en-us/library/dd264948(v=vs.100).aspx

提交回复
热议问题