I have a Sharepoint DLL (part of Sharepoint 2010). I can reflect it using Redgate reflector. When I am debugging I would really like to step into the built in methods because it would provide great insight into a hard to track bug I am facing.
My question is more general though, up until now when I call a framework method, I just step over it and consider code on the other side a kind of black box void. To progress as a .net developer I need to start getting more into the internals.
So how it this done? Please use the Sharepoint dll as an example to make the solution generic enough to apply to any .net managed code library.
Thanks in advance.
You may find the following blog post useful. The Gu also blogged about it.