Is there any way to use visual studio to debug a dump of a 32 bit app that was produced on a 64 bit computer. I have got WinDbg working but the output is so jumbled i cant work out whats going on.
Visual Studio 2008
Is there any way to use visual studio to debug a dump of a 32 bit app that was produced on a 64 bit computer. I have got WinDbg working but the output is so jumbled i cant work out whats going on.
Visual Studio 2008
I don't believe there a different between a native dump (32 on 32) and a 32 on 64 dump, what do you mean by "jumbled output"?
Try loading the symbols for system dlls, set the symbols path in Visual Studio to the Microsoft public symbols path.
If you are new to debugging with WindDbg get yourself a copy of John Robbins:
Debugging Microsoft .NET 2.0 Applications
It is well worth the investment and has a great introductory section on debugging with WinDbg.