I followed these steps to be able to debug .Net framework code. This work is well suited for some parts of the framework (for example, System.Drawing.dll), but not for other parts (clr.dll, mscoree.dll, ...).
This seems a little strange to me, since the code in these dlls was released by Microsoft (at least the parts that I see in the call stack).
I am using VS2010 and .Net 4.
Am I doing something wrong, or is it the correct pdb files not released by Microsoft?
source
share