I am using WinDbg with the source server so that it will display the source information in stack traces. But it shows the path where the source was built, not where it exists in my version control system.
Is there a way to have it display the paths from my version control system?
Unfortunately the only way that I have found to do this is to extract the source control information from the relevant .pdb’s used (using pdbstr) and use that information to replace the build paths with the version control paths.
Too bad WinDbg doesn’t have an easy way to do this given that it has the info already.