Hi I am able to load the symbols but not able to step-in. How to achieve this?

This is for .Net 3.5 SP1

link|improve this question

75% accept rate
1  
Did you ever resolve this? I am having the same issue. – Taylor Leese Nov 12 '09 at 7:13
possible duplicate of How to debug through .NET Framework source code? – Alex Angas Jul 22 '10 at 23:18
feedback

2 Answers

Try turning off the "Enable Just My Code" setting at the general debugging options. Anyway, the answer for your question seems to be right there: http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx

link|improve this answer
1  
in vs2008,sp1 allthis happens by default, fyi – DotDot May 20 '09 at 4:18
feedback

Make sure you clear out your local symbol cache as well. If you've ever downloaded symbols from the regular symbol server those will be used first.

link|improve this answer
no luck with this – DotDot May 20 '09 at 4:19
feedback

Your Answer

 
or
required, but never shown

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