VS2008中”breakpoint will not currently be hit. No symbols have been loaded for this document”的解决方法
我的解决方案: Right-click project Select the Properties Select C/C++ ->General Set Debug Information Format to program Database(/Zi) Check Linker->Debugging->Generate Debug info: Yes. 参考:https://stackoverflow.com/questions/5181401/vs-2008-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-th Post Views: 355