VS attaching to process disabled

12,455

Solution 1

Where it says enter image description here

you should press 'Select' and ensure at least managed is ticked. (or choose automatic) enter image description here

otherwise, the 'Attach' button will be disabled.

Solution 2

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.

Solution 3

I have come across a weird situation under which Attach button was disabled. This was because of DebugDiag. Please refer the following thread for info.

Share:
12,455

Related videos on Youtube

Drakche
Author by

Drakche

Updated on May 27, 2022

Comments

  • Drakche
    Drakche almost 2 years

    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 installed in VS 2010 but then I noticed it is the same in VS 2008. The both VS's a re running in administrative mode and on Windows 7. I looked around but I can't seem to find a solution to this. If anybody has encountered an similar problem, a little help would do great. Thanks upfront.

    EDIT: Attached a picture of the dialogue!

    • wal
      wal about 13 years
      What is the qualifier name? ie, are you attempting to debug on your own machine? perhaps post a screenshot of your attach to process dialog.
  • Drakche
    Drakche about 13 years
    Thanks, I can't believe that I didn't notice such an obvious thing.
  • wal
    wal about 13 years
    no probs. dont be too hard on yourself; i dont think greying out that box is very nice either; validation on pressing 'attach' would be nicer.