I'm able to debug almost any crash dump that my large organization generates because all symbols and relevant executables are stored compressed in a central symbol store location. There's never a problem until I need to send the crash dump along with all its relevant pdb's and executable files outside the company to debug a third party library.
The last time I did this, I had to perform a lot of trial and error to collect the files I needed from the symbol store, which is mostly machine organized and not very human readable. It would be great if I could open the crash dump and have Visual Studio extract and save out all the files I need from the symbol store to another folder so I can send it off for analysis.
Know of any way this can be done?