News

LLVM can now generate PDB files, allowing the use of Windows debugging tools. In addition, they have documented the format and created tooling for analyzing with and generating PDB files from YAML.
Hi all, I'm building a library file (.lib) with msdev6 in C++.At the end of the build, the compiler generates a vc60.pdb file. It is possible to change its name. I know it is for projects that the ...