Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Process is disabled in VS2010 attach to process dialog

I have a VS2010 running on a WTS machine (Windows2008). I'm trying to attach the debugger into a process. The process is running a WPF client. The process is presented in the attach to process dialog, but grayed out and the attach button is disabled.

I read through the discussions, and confirmed managed code is enabled for debugger, with no luck. Here are two screenshots representing the current situation (in the first image, the process I'm trying to debug is marked in blue - please note I'm running as admin):

snapshot goes here - but was removed by stack overflow...

After trying the automatic code type selection, I tried the manual way, with no luck. Here is the screenshot:

snapshot goes here - but was removed by stack overflow...

Any help would be appreciated.

Thanks, Busi

like image 505
baruchl Avatar asked Dec 20 '11 18:12

baruchl


1 Answers

Perhaps you are already attached to the process? Did start debugging before attaching to the process?

like image 119
Ilya Y Avatar answered Sep 21 '22 05:09

Ilya Y