-
Notifications
You must be signed in to change notification settings - Fork 0
nelabidi/devtools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
vsxa2p is a small tool I use it in VS2008 C# Express as an external tool to be able to attach to a running process for debugging, helpful if you are making a DLL ( a plugin for example...etc) HOW IT WORKS: ------------- the trick is to look-up a file moniker registered in the ROT (Running Object Table) as a EnvDTE.Solution object, getting that object we can get the EnvDTE.DTE object, than all what we need to do is to lookup the process we need to attach to using EnvDTE.Debugger and attach the current instance of VS2008 C# Express to it. INSTALLATION: ------------- 1. Download and compile the source code to some folder. 2. In VS2008 C# express add an external tool and specify the the full or partial path to the process (.EXE file name) you want to attach to and the solution file name. example: vsxa2p $(SolutionFileName) dir\\process.exe 3. Assign a Keyboard shortuct to the tool 4. Done ! You are free to modify the tool to fit your need, please leave a comment or any suggestion. Happy coding :) Naoufel
About
development tools
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published