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

前端 未结 6 2146
南方客
南方客 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 11:15

    I'm using Windows 8.1 and VS2013 and had the same issue.

    The reason this was happening to me is the following - I had my android phone connected to my computer and USB debugging was enabled on the phone.

    • I disconnected my phone and test debugging started working.
    • I turned off USB debugging on the phone and connected it again. Test debugging worked again.

    There you have it.

提交回复
热议问题