Visual Studio debugging painfully slow when loading symbols

后端 未结 9 2338
遇见更好的自我
遇见更好的自我 2021-02-03 18:53

I have an issue which is practically similar to Visual Studio debugging/loading very slow but I haven\'t managed to find a solution to such a problem.

I have tried all w

9条回答
  •  没有蜡笔的小新
    2021-02-03 19:43

    In my case, I had a file open in VS that was not part of my current solution (it happened to be an XML file which I had marked with breakpoints for quick-reference). When I removed those particular breakpoints, the issue resolved.

提交回复
热议问题