Dev cpp不能调试问题的解决方法

您所在的位置:网站首页 devcpp不能调试 Dev cpp不能调试问题的解决方法

Dev cpp不能调试问题的解决方法

#Dev cpp不能调试问题的解决方法| 来源: 网络整理| 查看: 265

1. 在tools->compiler option->compiler得"Add following commands when calling complier"下面的编辑框里加上:-g3. 然后在下面的"Add these commands to the linker command line" 下的编辑框上加上:-g3.

2. 在tools->compiler option->settings->linker下设置生成调试调试信息.

3. 转到programs页,把gcc行修改为:gcc.exe -D__DEBUG__,把g++行修改为g++.exe -D__DEBUG__ ,点击ok。4. 重新编译,就能调试了

。 


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3