Since learning about Source Server and how it works with debuggers such as Microsoft’s Visual Studio or WinDBG from the Debugging Tools for Windows, I’ve become an avid fan of adding version control information to my debug and release-mode PDB symbol files. I’ve learned the value of having this information in my symbol files for debugging programs that I’ve released to users that they have had problems with. Also, having them for debugging minidumps has become an invaluable tool that I simply cannot live without. More...