I\'m debugging a program (VS2008), and I was stepping through lines of code. I came across one line where a delegate function was being called, and I tried to step into it. Howe
Looks like this is a DynamicMethod. See this for some insight.
I'm not sure about stepping into a dynamic method, though.