/AttachToolbar

Extension to Visual Studio 2010/12/13 adding toolbar for one-click attaching debugger to application

Primary LanguageC#MIT LicenseMIT

What?

A small extension adding a handy "AttachToolbar" toolbar, which can be used instead of "Debug -> Attach to Process" menu.

Why?

Allows one-click attaching to currently selected application - even on remote machine.

Features:

  • both default, built-in and custom debug transports

  • remote attach (as usual, type address into "Qualifier" combobox)

  • one click launch

  • settings persits between debugging sessions

Precompiled binaries:

AttachToolbar on Visual Studio Gallery

See also:

AttachTo, an extension this one is based on.

License

MIT