Reputation: 26919
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
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:
Upvotes: 5