Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 455 Bytes

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