vote up 6 vote down star
2

I've followed the steps outlined in http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx to enable source debugging of the .NET Framework, and I had it working in the past. Now that I'm using .NET 3.5 SP1, it seems to have stopped working. Beyond the steps in the blog entry I just mentioned, what special steps can I make to get source debugging working again?

flag

1  
+1. I'm also having this problem. – Vilx- Feb 18 at 15:31

3 Answers

vote up 2 vote down check

This is broken in the latest GDR, Microsoft needs to fix it

link|flag
Ah... any KB article on the problem or any other reference? – Andrew Arnott Aug 29 at 20:33
Sadly no :( I'll try to complain some more. – Paul Betts Sep 1 at 17:15
vote up 3 vote down

I had the same problem when I upgraded to .NET 3.5 sp1. It seems like it's very simplified with the sp1 release. Now you only have to check the "Enable .NET framework source stepping" (which automatically unchecks "Enable just my code"). You don't have to change anything in the "Symbols" settings anymore.

link|flag
vote up 1 vote down

You probably need to refresh your downloaded symbols. In the Symbol settings dialog you specify a cache directory where symbols are cached. Since you have upgraded your .NET framework, therefore, the symbols cached there are most probably the older ones which won't work with the newer dlls. Just clear your directory and then download symbols for .NET 3.5 SP1 again.

link|flag
Didn't work for me. – Vilx- Feb 18 at 15:30
I have this problem and .NET 3.5 SP1 is the first version I've tried with. – Taylor L Nov 12 at 7:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.