Debugging Archive

  • DebugVSIX

    Configure VSIX project to enable debugging

    Visual Studio 2010 beta 2 SDK includes the new extensibility project which produces a VSIX package. While developing these projects it is often helpful to debug the code. In some circumstances the debug settings can be lost so follow this post to add them back into the project settings.

    Full Story