How to attach a PDB file to identify function calls while opening a .DMP file on Visual Studio

188 Views Asked by At

I have a dump file showing a call stack of the function calls I am trying to identify. I have narrowed down to which dll is causing a fatal crash, which created this dump file. I would like to find out what function is leading the application to crash. But looking at the call stack I only see the address of the function. Please see attached.

I have attached the pdb file from Tools->Option->Debugging->Symbols but it isn't displaying the function name.

Could anyone shed some light ?

enter image description here Thanks,

0

There are 0 best solutions below