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
|
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
| |||||||
feedback
|
|
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 | |||||
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. | |||
|
feedback
|