views:

87

answers:

2

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

+1  A: 

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

Matias
in vs2008,sp1 allthis happens by default, fyi
DotDot
A: 

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.

Paul Alexander
no luck with this
DotDot