Hello,
I'm trying to debug a static library using MFC in Visual Studio 2008. When running the project in debug mode the breakpoints turn into circles and hovering over them produces the message "The breakpoint will not currently be hit. No symbols have been loaded for this document"
The project configuration is set to "Debug", and I have tried cleaning and rebuilding the solution, but this did not solve the problem.
In the project's debug folder, there is a vc90.pdb file, which is the file containing the debug information. When running project in debug mode I tried debug->windows->modules, right clicked on the exe file that was using the lib, and added the vc90.pdb file to the symbol settings. This still didn't work.
Has anyone had this problem, and any ideas of how to fix this?
Thanks, Alex