“[Lightweight Function]” in the call stack

后端 未结 3 1463
你的背包
你的背包 2021-02-12 13:32

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

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-12 13:59

    Looks like this is a DynamicMethod. See this for some insight.

    I'm not sure about stepping into a dynamic method, though.

提交回复
热议问题