/tds2pdb

C++11 tool that converts your .tds files to .pdb for a better debugging experience

Primary LanguageC++MIT LicenseMIT

tds2pdb

C++11 tool that converts your .tds files to .pdb for a better debugging experience. It's basically, for now, a C++ port of the C# project found here with a few planned new and/or Quality-of-Life features. Hopefully it will be more complete due to the PDB format now being public.

Technology overview

  • C++11
  • Boost (Filesystem, System, ProgramOptions)
  • CMake
  • GTest
  • Doxygen