首页 > 编程语言 > 详细

Dev-C++ 小问题锦集

时间:2016-02-21 22:31:56      阅读:173      评论:0      收藏:0      [点我收藏+]
  • C++ project cann‘t debug
Your project does not have debugging information, do you want to enable debugging and rebuild your project?

  解决办法:

  在tools 菜单下的compiler项中,勾选:Add the following commands when calling compiler:

  并在框内添加参数:-g

(版本:Dev-C++ 4.9.9.2.)

 

Dev-C++ 小问题锦集

原文:http://www.cnblogs.com/Qwells/p/5205580.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!