码迷,mamicode.com
首页 > 编程语言 > 详细

Dev-C++ 小问题锦集

时间:2016-02-21 22:33:24      阅读:232      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!