Visual Studio 2015 debugger - high performance impact on SqlCommand

前端 未结 2 862
清歌不尽
清歌不尽 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条回答
  • 2021-02-14 13:18

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

    0 讨论(0)
  • 2021-02-14 13:20

    In my case it was indeed the diagnostics with a lot of ado.net insert operations the only option was to disable the diagnostics in vs2015

    In Viual Studio 2017 rc, it is the same

    0 讨论(0)
提交回复
热议问题