debugging - Debug symbols not found for static lib in Visual C++ 2008 -
i'm trying debug static library using mfc in visual studio 2008. when running project in debug mode breakpoints turn circles , hovering on them produces message "the breakpoint not hit. no symbols have been loaded document"
the project configuration set "debug", , have tried cleaning , rebuilding solution, did not solve problem.
in project's debug folder, there vc90.pdb file, file containing debug information. when running project in debug mode tried debug->windows->modules, right clicked on exe file using lib, , added vc90.pdb file symbol settings. still didn't work.
has had problem, , ideas of how fix this?
thanks, alex
alex - compiled sample dll/exe msft - dllscreencap. worked fine, able step dll code ok. should able set breakpoint in dll source, , should hit when called .exe. work?
when i've had kind of problem in past - turned out ide loading old version of dll, test making changing feature in dll, , change shows when run code. reality check sure right code getting loaded.
Comments
Post a Comment