Unable to start debugging - Visual Studio 2012

后端 未结 11 2645
名媛妹妹
名媛妹妹 2020-12-17 19:20

\"Unable to start debugging \'C:\\Windows\\System32\\WWAHost.exe\'. The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the r

11条回答
  •  难免孤独
    2020-12-17 20:09

    Windows 7 x64, VS 2012

    In my case, the Remote Debugging Monitor component was installed and the app was clearly configured to debug locally in settings. This was a WinForms app upgraded from VS 2008, .NET 3.5.

    Turns out it was the Windows Firewall. By directly running:

    C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe
    

    A firewall dialog appeared where I could allow msvsmon.exe to run. After a VS 2012 re-start, debugging (locally) was fine!

提交回复
热议问题