开发者

What are the numbers in a .NET stack trace on an ASPX error page?

开发者 https://www.devze.com 2023-01-17 19:13 出处:网络
What are the numbers in a .NET stack t开发者_开发问答race on an ASPX error page (see picture)? They don\'t seem to be line numbers as they are too large? How can those numbers help me in determining t

What are the numbers in a .NET stack t开发者_开发问答race on an ASPX error page (see picture)? They don't seem to be line numbers as they are too large? How can those numbers help me in determining the line of code that threw the exception?

What are the numbers in a .NET stack trace on an ASPX error page?


EDIT: As this has been marked correct, I might as well edit it to make it so :)

They're offsets within the JITted native code of the method. Unfortunately that means they don't help very much when trying to work out what's going on. See this blog post for a more detailed example.

0

精彩评论

暂无评论...
验证码 换一张
取 消