VS attaching to process disabled

前端 未结 4 922
孤独总比滥情好
孤独总比滥情好 2021-01-04 01:08

A few days ago, the attach button in \"Attach to process\" dialogue became disabled in VS 2010 and VS 2008 likewise. At first I thought that it is just an extension I\'ve in

4条回答
  •  孤街浪徒
    2021-01-04 01:33

    It could also be because there is already another debugger attached to the process - probably the currently running instance of Visual Studio but it may be another instance of Visual Studio, or another debugger entirely (such as WinDbg or a remote debugging session).

    Check the "Processes" window (usually found under Debug -> Windows -> Processes) to see what processes Visual Studio is debugging.

    Try stopping Visual Studio but don't close the process.

提交回复
热议问题