现象是用 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!
本文介绍了解决在调试过程中遇到的断点无法设置问题的方法。通过调整项目设置中的调试信息选项、移除所有现有断点以及重新配置项目构建选项,可以成功解决这一常见调试难题。
992

被折叠的 条评论
为什么被折叠?



