views:

416

answers:

2

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
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