文章类型: |
VC&C++ |
关键词: |
vc,调试时,提示,xxx.exe,不包含,调试信息 |
内容摘要: |
vc调试时提示"xxx.exe"不包含调试信息。 |
vc调试时提示"xxx.exe"不包含调试信息。
2016/8/10 11:59:28 来源:apple 阅读:
解决方法:修改Release版本工程的工程选项。把Link(链接)-> Debug(调试)中的 "Generate Debug Info(生成调试信息) "选项设置后重新编译工程就可以了。
One or morebreakpoints cannot be set and have been disabled. Execution will stopat the beginning of the program.
解决方法:
1.在project->setting->c/c++-general->debug info->program databse for edit and continue ;
2.edit->breakpoints->removeall;
3.build->set active project configuration->*.exe win32 debug.
经过以上三步,ok!
↑ 上一篇文章:
VC++ fatal error C1083: Cannot open include file msado15.tli': No such file or directory 关键词:VC++,fatal,error,C1083,Canno.. 发布日期:2016/8/10 11:25:44
↓ 下一篇文章:
如何将bmp格式的图片转换成8位256色且保证不失真呢 关键词:VC,ps,将,bmp图片,转换,8位,256色,不失真.. 发布日期:2016/8/10 16:28:17
相关文章:
VC程序提示 Expression:(“Buffer too small”,0) 错误 关键词:VC程序提示,Expression:(“Buffer,too,small”,0),错误 发布日期:2016-11-22 12:09
VC,C++,6.0,debug,断点,调试,出现,One or more breakpoints cannot be set and have been disabled,不能,调试,问题 关键词:VC++6.0,debug断点调试时出现One,or,more,breakpoints,cann.. 发布日期:2019-05-06 16:28
VC下解决在dll或ocx中使用CButtonST并显示Tooltip提示功能 关键词:VC,解决,dll,ocx,CButtonST,显示,Tooltip,提示功能 发布日期:2018-06-04 16:43
相关目录:
.NET,
VC&C++,
软件开发