I have an C++ MFC project I'd like to debug with wndbg, and I need to generate the symbols for it when compiling the project.
Does anybody know how to do that?
I thought that de .pdb files where enough, but wndbg complains it cannot find symbol files at the path where these .pdb file reside for my project.