Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例子:
InnerException:StackTrace(生成):SP IP 函数 003D8E9C 03B21BD7 东西!Blah.Blah.FunctionName(System.String) +0xa8
+0xa8 部分表示什么?
它是代码中的偏移量,因此它不是方法中的第一条指令,而是方法内偏移量 0xa8 或 0x10 处的指令,从入口点开始计数。