Junfeng Zhang's Windows Programming NotesWin32, Fusion, CLR, .Net Framework, and othersGetting the right exception context from a memory dump- March 3, 2008 When debug a memory dump, the dump may not in the right exception context when it is first loaded in the debugger. However, we can figure out the right context from the dump. Let's load the dump. c:debuggers>cdb -z c:tempfoo.dmp Symbol search path is: Invalid Symbol loading may be unreliable without a symbol search path. Use .symfix to have the debugger choose a symbol...http://blogs.msdn.com/junfeng/archive/2008/03/03/getting-the-right-exception-context-from-... |