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?
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?
It's the same as Debug > Attach to Process. It gives you the ability to debug a running application.
It's great for debugging web apps running on your machine. We use it ALOT to debug webparts and SharePoint.