I have a crash dump (minidump, mdmp format) for an executable (native x86 code) compiled on a different computer. I have the pdb + exe corresponding to the crash dump, they
I have found one way, not very intuitive, but it works:
Solution
(Right click) > Common Properties
> Debug Source Files
> Directories containing source code
File
> Open
> File
> select Dump Files
as a filterNote: crash dump analysis guides on the internet can be misleading when they are not recent enough, as dump files are no longer opened as projects since 2010, they are opened as files instead. See a note by R Nitzel in the MSDN Crash Dump Analysis article.
You should be able to specify the directories containing the source code with:
Solution
(Right click) > Common Properties
> Debug Source Files
> Directories containing source code