VC++6.0断点调试时:One or more breakpoints cannot be set and have been disabled
(2012-06-14 13:14:05)
标签:
vc6.0断点调试oneormorebreakpointscannotbesetandhavebeendis |
分类: C/VC |
VC++6.0断点调试时:
---------------------------
Microsoft Visual C++
---------------------------
One or more breakpoints cannot be set and have been disabled.
Execution will stop at the beginning of the
program.
---------------------------
确定
---------------------------
造成所设置的断点无效。。。
解决方法:
1、直接在菜单Build里面执行Rebuild All,一般能解决问题。
2、a.在Project菜单中选择setting,弹出设置对话框,选中c/c++页,注意Gateory选中General,将debug info设置为program databse for edit and continue ;
b.在Edit菜单中,选择Breakpoints,在弹出的对话框中点击 Remove All 按钮;
c.Build菜单,Set Active Project Configuration...,在弹出的对话框中选中 *.exe Win32 Debug。
以上方法还没有解决的话:请检查工程路径是否出现() 这种不规则括号,如果有就需要修改路径了!