What is it? Visual Studio extension which attaches debugger to previously debugged processes. How it works? Attach operation is invoked for previously debugged targets, if any are accessible within the context of currently opened solution. Saved information about previous targets consists of paths to processes (local ones) and identifiers of debugging engines (code types) used by the debugger. How to start using it?
Source code? For any implementation related details take a look at GitHub hosted sources. Similar extensions? For alternatives check this package calledReAttach provided by Erland Ranvinge or this one called Attach To Anything by Andrey Shchekin. |