J
JY
Hi,
I'm trying to debug a crash dump for a Word addin plugin. I've downloaded
the crash dump from the Windows Error Reporting (winqual) site. I have the
dump file and .pdb corresponding to our plugin binaries.
Question is, how do I debug the dump and get the call stack? I've already
tried the following:
1. Open the dump file in VS 2005 and press F10 after that. It starts
debugging it, but I don't get the call stack, because the dump file and the
..pdb(s) are not not copied in the source code path. Since it is a plug-in
with many DLLs involved and no EXE (WINWORD is the EXE concerned), where can
I copy the dump and .pdb files?
2. Open the dump file in WinDebug and give the following command:
!analyze -v
Again, I don't get the call stack.
Not sure how to handle this, apprecaite any help.
TIA,
JY
I'm trying to debug a crash dump for a Word addin plugin. I've downloaded
the crash dump from the Windows Error Reporting (winqual) site. I have the
dump file and .pdb corresponding to our plugin binaries.
Question is, how do I debug the dump and get the call stack? I've already
tried the following:
1. Open the dump file in VS 2005 and press F10 after that. It starts
debugging it, but I don't get the call stack, because the dump file and the
..pdb(s) are not not copied in the source code path. Since it is a plug-in
with many DLLs involved and no EXE (WINWORD is the EXE concerned), where can
I copy the dump and .pdb files?
2. Open the dump file in WinDebug and give the following command:
!analyze -v
Again, I don't get the call stack.
Not sure how to handle this, apprecaite any help.
TIA,
JY