AutoAttachAutoAttach is Visual Studio Extension used to simply developer efforts to attach any fast running process. What it do?It attaches the process of asked applications. These processes could be already running or may be going to create in future. Normally if we have to attach any process of application then we have to wait it's creation and then find and attach it. So you just have to provide the application name to attach. It will check if it already running, if it is then just attaches it. But if it doesn't exist, it will start a watcher who will keep looking for process creation of asked application. And whenever it gets the news of creation of it. It will find that process and attach it to debugger. How to use?You have to provide the applications to attach. This can be provided in the Tools > Options > AutoAttach > General > Process Once the application names are set, start the Command by clicking Start from Toolbar Or from Tools menu Once AutoAttach starts it brings on the Stop Button, which can be used to stop all the watchers. Got Problems?Set the application in the Options. Check the How To Use section. |