Connecting Visual Studio to a Process

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

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

+1


source to share


2 answers


This is the same as Debug> Attach to Process. This gives you the ability to debug a running application.



+1


source


This is great for debugging web applications running on your computer. We use it ALOT for debugging web pages and SharePoint.



0


source







All Articles