debugging - How do I use PDB files -
i have heard using pdb files can diagnose crash occurred.
basic understanding give visual studio source file, pdb file , crash information (from dr watson?)
can please explain how works / involved? (thank you!)
pdb files generated when build project. contain information relating built binaries visual studio can interpret.
when program crashes , generates crash report, visual studio able take report , link source code via pdb file application. pdb files must built same binary generated crash report!
there issues have encountered on time.
- the machine debugging crash report needs have source on same path machine built binary.
- release builds optimize extent cannot view state of object member variables
if knows how defeat former, grateful input.
Comments
Post a Comment