关于vc6.0调试出现One or more breakpoints
(2010-08-27 14:12:52)
标签:
it |
分类: 学习记录 |
现象是用 debug中的 step info或者run to cursor合着设置断点会出现One or
morebreakpoints cannot be set and have been
disabled.
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!
另一篇:
一、两种调试方式:
1、Debug模式:
2、Release模式:
二、调试中可能的错误:“不能调试”、“断点错误”。
1、“不能调试”:
2、“断点错误”:
1、对于“断点错误”,VC会自动帮我们定位到一行,我们不用理会!
2、对于“不能调试”,解决步骤如下: