Вопрос

I read a Pdb has the source file names and their lines?

What does "their lines" mean?

Это было полезно?

Решение

The PDB file contains information that links the generated machine code back to source file line numbers. This information is used by debuggers to show source debugging.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top