VC中断点失效问题

来源:互联网 发布:xampp apache无法启动 编辑:程序博客网 时间:2024/04/30 05:27

        今天在调试程序时,不知为什么突然间设置的断点都失效了。

        总是提示:One or more breakpoints cannot be set and been disabled. Exceution will stop at the beginning of the program.
        找了好半天才发现:是在Release 模式下运行造成的,将其换为Debug模式,重新编译问题得到解决. 

原创粉丝点击