0
votes
2answers
41 views
WinDbg, How to display version control file path in stack trace with source server?
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 …
0
votes
WinDbg, How to display version control file path in stack trace with source server?
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 …
