This extension gives you the ability to search for processes and then attach to them. It automatically saves selected processes between Visual Studio restarts. You can easily find IIS application pool specific processes and attach to them. The extension has the attach shortcut key, by default, it is Ctrl+Shift+Alt+F5. You can attach to multiple processes at once. If you are a web developer, then you must have it. You can search processes by name, process id or command line. The command line column is initially hidden, you can enable it by right clicking on the process grid header: The extension has non-standard themes support (e.g., Dark Theme): Since you can attach to multiple processes at once, you might need extra space at the bottom, just drag splitter up: The extension supports Visual Studio Development (Cassini) server and IISExpress. For the Visual Studio Development server, it shows a port number in parenthesis. For the IISExpress it shows site name in parenthesis. The extension uses WMI to get IIS details information. You can use WBEMTest.exe to verify that you have appropriate permissions. Here are a few tips for WMI access:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System DWORD(32 bit): LocalAccountTokenFilterPolicy = 1 The extension adds two buttons to the standard toolbar panel:
The extension also supports basic remote debugging: The logged-in user needs to have access to the remote PC. Optionally you can specify user name and password. |