vc6.0调试时出错one or more breakpoints...设两个断点变成了空心的了,怎么回事啊,one or more breakpoints cannot be set and have been disabled,execution will stop at the beginning of the program.装了个visuall assist X,

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/15 04:43:37

vc6.0调试时出错one or more breakpoints...
设两个断点变成了空心的了,怎么回事啊,one or more breakpoints cannot be set and have been disabled,execution will stop at the beginning of the program.
装了个visuall assist X,

根据楼上的对话和你描述的情况,你可以做以下操作,应该能解决:
1.确保是在DEBUG模式下编译并运行的程序.
2.确保DEBUG模式下编译的可执行文件路径和调试程序运行的路径一样,前一个路径位于"Project settings"->"Link"页面的"Output file name"项,后一个路径位于"Project settings"->"Debug"页面的"Executable for debug session"项.在你的项目上点击右键选择"Properties"菜单可进入"Project settings"
GOOD LUCK!