Junfeng Zhang's Windows Programming NotesWin32, Fusion, CLR, .Net Framework, and othersInspect a 32 bit Process Dump Generated by a 64 bit Debugger- June 30, 2008 64 bit Windows can run both 32 bit process and 64 bit process. For debugging though, you want to use 32 bit debugger to debug 32 bit process, and 64 bit debugger for 64 bit process. Otherwise it wont be pretty. Occasionally, I receive a 32 bit process dump generated by a 64 bit debugger. When load some dump in the debugger, this is how it looks like: 0:020> .sympath SRVc:websymbolshttp:msdl.microsoft.comdownloadsymbolsSymbol search path is:...http://blogs.msdn.com/junfeng/archive/2008/06/30/inspect-a-32-bit-process-dump-generated-b... |