I’m debugging an application that loads DLLs I didn’t compile, but they have some exported functions.
Is it possible to generate PDBs from the DLLs so I will be able to see the exported functions symbols in the call stack during debug?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
pdb is generated by compiler while generating code. You have not enough information to generate
pdbfrom already compileddllwithout access to its source code.But often pdbs are provided by
dll‘s authors