How do I change the locations of source files in a symbols file (pdb)

后端 未结 4 1860
旧时难觅i
旧时难觅i 2020-12-14 17:25

Basically what I want to do it this: a pdb file contains a location of source files (e.g. C:\\dev\\proj1\\helloworld.cs). Is it possible to modify that pdb file

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 17:40

    You can use the source indexing feature of the Debugging Tools for Windows, which will save references to the appropriate revisions of the files in your source repository as an alternate stream in the PDB file.

提交回复
热议问题