简体   繁体   中英

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

What are the numbers in a .NET stack trace 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?

堆栈跟踪示例

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM