关于vc调试出现One or more breakpoints cannot be set and have been disabled解决方法

来源:互联网 发布:office 2013 mac 编辑:程序博客网 时间:2024/05/01 00:53

现象是用 debug中的 step info或者run to cursor合着设置断点会出现One or more breakpoints cannot be set and have been disabled.   Execution will stop at the beginning of the program.解决方法,

1.在project->setting->c/c++-general->debug info->program databse for edit and continue ;

2.edit->breakpoints->removeall;

3.build->set active project configuration->*.exe win32 debug.

经过以上三步,ok!

(转,网上找到的解决办法,特别注明,以后就知道怎样解决了)

转自:http://blog.163.com/zqf-cz/blog/static/390157192010226101242846/