I have a .dll file and its respective .pdb file. I do not have it’s source code. Is it possible to debug the part of code from that dll using .pdb file.
What could be the optimal way to debug using .pdb files.
Thanks
Vijay
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’s map areas of the binary (exe or dll) to the original source code files. AFAIK They don’t contain the code itself so you won’t be able to see with source code unless you code files.