vs2008 attach to process, can't see which process

Posted by Mafti on Stack Overflow See other posts from Stack Overflow or by Mafti
Published on 2009-06-10T11:29:30Z Indexed on 2010/05/14 19:04 UTC
Read the original article Hit count: 239

Filed under:
|
|

Hi,

In vs2003 (and vs2005(not sure about that)) when I attached to a process, before actually attaching I could see which process were running under w3wp (I have a couple of websites running locally) so I knew which exact .net application I was about to debug.

however in vs2008 the window doesn't show up anymore.. now I have to attach it, come to the conclusion it was the wrong process, stop debugging and attach it to the other process (if I haven't forgot teh processid :P )

Is there a way to "enable" that interesting window to see with .net apps are runnig in that specific w3wp process? or am i missing something obvious?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debug