I'd like to track down a possible bug in Visual Studio, but that's awfully hard without the debug symbols for Visual Studio itself. Does Microsoft make these available?
+1
A:
No, the closest thing are the debug symbols for the libraries which can be downloaded following the the steps here. But like I said, these are not for visual studio itself.
MrSlippers
2008-11-07 01:59:03
A:
Based on my experience, most of the Visual Studio Dlls had symbols in the symbol server. msenv.dll is one of the most important.
Atempcode
2008-11-10 07:14:25