I followed these steps to be able to debug in the .Net framework code. This work well for some parts of the framework (for example for System.Drawing.dll), but not for other parts (clr.dll, mscoree.dll, ...).
This seems a bit strange to me since the code in these dlls was released by Microsoft (at least the parts I see in the call stack).
I am using VS2010 & .Net 4.
Did I do something wrong, or are the correct pdb files not released by Microsoft?