Skip to content
| Marketplace
Sign in
Visual Studio>Tools>AnotherAttachToAny
AnotherAttachToAny

AnotherAttachToAny

arcticdev

|
1,830 installs
| (0) | Free
Attach Visual Studio to any running process. Configure up to 20 shortcuts for attaching Visual Studio debugger to using combinations of process name, process owner/username, and appPool name (of IIS worker processes). (Forked from Ryan Conrad's AttachToAny https://github.com/c...
Download

Attach Visual Studio to any running process.

Configure up to 20 shortcuts for attaching Visual Studio debugger to using combinations of process name, process owner/username, and appPool name (of IIS worker processes).

(Forked from Ryan Conrad's AttachToAny https://github.com/camalot/AttachToAny)

Source code is available on GitHub at https://github.com/arcdev/AnotherAttachToAny

 

 

 


Release Notes

  • 1.1.0
    • added Multi-process match attach handling (First, Last, All, Random, Prompt, None)
    • removed dependency on Microsoft.VisualStudio.MPF.12.0
  • 1.0.9
    • added support for VS 2017 RC
    • moved 'version' into Constants class (except for vsixmanifest)
    • added version number to Options page
    • marked as support for VS 2012, 2013 (untested)
  • 1.0.8
    • fixed "unused" name in settings
    • grouped settings to regex flags are grouped
    • changed boolean types in storage (registry & XML) from String into DWORD & bool, respectively
  • 1.0.7
    • Forked from Ryan Conrad's https://github.com/camalot/AttachToAny
    • renamed to AnotherAttachToAny
    • added support for treating ProcessNames as regular expression
    • added support for maching on process owner (aka Username); including treating the value as a regular expression
    • added support for maching on AppPool name (for IIS worker processed); including treating the value as a regular expression
    • general code reformatting
    • general code refactoring
    • versioned assembly to 1.0.7.0
    • added shortcut key (A) to top menu item
    • added automatic, numeric keyboard shortcut to each attachable
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft