VS2005下调试工程文件时设置的断点无效一般解决方法:
1、Project->xxx properties...->Configuration Properties->C/C++->General->Debug Infomation Format->C7 Compatible(/Z7)
2、Project->xxx properties...->Configuration Properties->C/C++->Optimization->Optimization->Disabled
3、Project->xxx properties...->Configuration Properties->Linker->Debugging->Generate Debug Info->Yes(/DEBUG)
4、删除解决方案下的.ncb文件;
5、工具->选项->调试->『要求源文件与原始版本完成匹配』去掉勾;
6、最后在上述设置的情况下,重新编译整个解决方案;