Error debugging code in visual studio 2012 - Failed to initialize client proxy: could not connect to

前端 未结 6 2137
南方客
南方客 2020-12-16 10:20

I am having Issues debugging unit tests in visual studio. I can run them fine from test explorer. The issue is that I cannot step into the code and debug. Also, I am able to

6条回答
  •  自闭症患者
    2020-12-16 10:49

    This may happen when it takes too long to download debug symbol information from various symbol servers, possibly causing a timeout.

    We solved this by going to the menu Debug->Options->Symbols and selecting "Only specified modules". It also makes debugging startup considerably faster.

提交回复
热议问题