I would like to know if I can debug and Add-In before I install it. Cause
everytime I am changing or modifying the Add-In I have to deploy it first and
see the effect of the change.
Yes, of course. In fact, the wizard which creates the add-in leaves it
prepared to hit F5 and debug it. A second IDE instance will be open, where
the add-in must be loaded.
Several articles of my web page must describe the basics of creating
add-ins:
http://www.mztools.com/resources_addin_developers.htm

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
>I would like to know if I can debug and Add-In before I install it. Cause
> everytime I am changing or modifying the Add-In I have to deploy it first
> and
> see the effect of the change.