Oneormorebreakpointscannotbesetandhavebeendisabled.Executionatthebegin【转】
(2024-11-15 08:49:37)
标签:
debugreleasebreakpoints |
分类: 代码天地 |
Debug error:"One or more breakpoints cannot be set and have
been disabled.Execution will stop at the beginning of the
program."
在使用VC++6.0调试时,经常出现如下信息:
One or more breakpoints cannot be set and have been
disabled.Execution will stop at the beginning of the program.
问题的主要原因是:没有将程序设置成Win32 Debug状态。
在动态链接库程序中,设置相应的Debug状态即可。
更多技术文章请参看施昌权的个人网站: http://www.joyvc.cn
原文链接:https://blog.csdn.net/scq2099yt/article/details/2110849
前一篇:欢度国庆75周年