RodgerB
RodgerB

Reputation: 8658

Visual Studio Attach to Process

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

Answers (2)

Muad'Dib
Muad'Dib

Reputation: 29206

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

Upvotes: 0

Diadistis
Diadistis

Reputation: 12174

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

Upvotes: 1

Related Questions