现象:One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program
我的解决方法如下图:

注意:把原先use MFC in a Share dll 换为Not Use MFC,去定后你再把Not Use MFC换为use MFC in a Share dll,断点问题就解决了,看来这个是VC的一个Bug

本文介绍了一种解决Visual C++中出现的无法设置断点问题的方法。通过调整项目的MFC使用选项来修复此Bug,首先改为不使用MFC,之后再改回使用MFC共享DLL模式。
现象:One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program
我的解决方法如下图:

注意:把原先use MFC in a Share dll 换为Not Use MFC,去定后你再把Not Use MFC换为use MFC in a Share dll,断点问题就解决了,看来这个是VC的一个Bug

305
1942

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