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