"Add following commands when calling complier" 下面的编辑框里加上: -g3然后在下面的 "Add these commands to the linker command line" 下的编辑框上也加上: -g3此时点击 ok。重新编译,应该就可以调试了。..._dev debug g++">
当前位置:   article > 正文

使用Dev C++调试(debug)程序

dev debug g++
  1. 在 “Tools” -> "Compiler Options" -> "Add following commands when calling complier" 下面的编辑框里加上: -g3
  2. 然后在下面的 "Add these commands to the linker command line" 下的编辑框上也加上: -g3
  3. 此时点击 ok。重新编译,应该就可以调试了。
  4. 如若还是不行,
  5. 转到刚刚的 programs 标签页,
  6. 把 gcc 行修改为:gcc.exe -D__DEBUG__,
  7. 把 g++ 行修改为: g++.exe -D__DEBUG__ 。

转载于:https://www.cnblogs.com/GyForever1004/p/9349083.html

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号