It seems there have been a couple board posts on this topic over the years...
Have any Vault Pro users set up a Microsoft symbol server? If so, would you be willing to share your Perl module for source indexing?
For those unfamiliar with symbol servers, you basically use a set of MS utilities and Perl scripts to archive the .PDB files generated during a release build for later use when analyzing a post mortem dump. One step entails updating the .PDB files with information to retrieve the correct version of source files used in the build from source control. MS includes Perl scripts to do this for a couple source control systems, but any others require writing a custom script.
Anyone implement an MS Symbol Server?
Re: Anyone implement an MS Symbol Server?
I haven't done anything like this, but we recently evaluated a product called ProGet. Now, its main purpose is a self hosted Nuget feed server, but I believe it also has a symbol server built in. If you're looking for a private Nuget feed anyway, this could work for you.