views:

798

answers:

2

How is this tool used? Not the debugger, I mean Tools > Attach to Process.

Does this mean I have the ability to dynamically link a DLL into another application or am I thinking far beyond this?

+1  A: 

It's the same as Debug > Attach to Process. It gives you the ability to debug a running application.

Diadistis
Ok thanks. That's just silly though! :(
RodgerB
The top level Debug menu item doesn't exist until a project is open. And yes that too is just silly.
Steve Steiner
A: 

It's great for debugging web apps running on your machine. We use it ALOT to debug webparts and SharePoint.

Muad'Dib