is it possible to get the line from which the exception was thrown from a dump?
问题 I have a dump file and loaded it with WinDbg. I've used !pe (print exceptions) to see the exception (a null reference exception). However, it points me to a method that contains ~100 lines. Is it possible to find out the line where the exception is thrown away? 0:000> !pe Exception object: 00000000822e7e28 Exception type: System.NullReferenceException Message: Object reference not set to an instance of an object. InnerException: <none> StackTrace (generated): SP IP Function 00000000001FBDC0