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

现象是用 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/

你可能感兴趣的:(关于vc调试出现One or more breakpoints cannot be set and have been disabled解决方法)