关于vc调试出现One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program.解决方

现象是用 debug中的 step info或者run to cursor合着设置断点会出现One or morebreakpoints cannot be set and have been disabled.   Execution will stopat 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!

你可能感兴趣的:(关于vc调试出现One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program.解决方)