Home > Software engineering >  64 computer debug dump file
64 computer debug dump file

Time:09-27

I now use a 64 - bit computer vs2010, but the compiled program is to use 32-bit, generate 32-bit programs run on my 64 - bit computer, this lifetime to generate the dump file there is no way to debug on my computer, show the code segment of crash, want to do?
Myself with a temporary project compile time choose 64 generated exe, then generate the dump file can see source code debugging, but is for the company's code has references to other 32-bit DLL, this have no source, so can't use 64 to generate procedures,

CodePudding user response:

64 - bit computer can debug the 32-bit exe, if not into debug modify optimization, debugging of configuration information,

CodePudding user response:

Abandon using debug dump file,

http://blog.csdn.net/zhao4zhong1/article/details/53078924 old drivers find bug decade journey

CodePudding user response:

With 32-bit windbg debugging 32-bit dump of the program
  • Related