Bohn
Bohn

Reputation: 26919

Download Symbols from Microsoft

I am following this article (http://blogs.msdn.com/b/kaevans/archive/2011/04/11/intro-to-windbg-for-net-developers.aspx )and it is saying download symbols from Microsoft from this address, but I could not find them... can you help with that please? thanks.

is it where I should go to download them? http://msdl.microsoft.com/download/symbols

Upvotes: 1

Views: 749

Answers (1)

spencercw
spencercw

Reputation: 3358

How are you debugging? In Visual Studio 2010 you can just right click on the offending stack frame and download the symbols from there:

Screenshot of Visual Studio 2010

Upvotes: 5

Related Questions