For testing purposes, I am debugging minidump (created with .dump / ma) in Visual Studio 2010.
I have the characters available for this dump, but I do not have the current binary (this is an executable).
In the module window in VS2010, β No corresponding binary found β is displayed, which seems correct, since it cannot be found on the path in which it was on the target machine.
I would still like to download the characters, so I right-clicked the module, select "Download characters from the character path" (which contains the path to the correct pdb), but a dialog box appears asking me to select the binary file. I cannot load characters for my module.
Why does VS need an image file? WinDbg can load the symbol file and show me the error stack without any problems.
source share