How to include PDBs in your VSIX extension
        
        In order to get better stack traces and logs from your Visual Studio extensions, it may be a good idea 
to include the PDBs inside the VSIX. The VSSDK doesn’t do this by default, but it’s trivial to do it 
in a generic fashion for all your extensions.
        
        
          [Read More]