Dev C++中无法调试的问题解决啦~
徐宝吧
全部回复
仅看楼主
level 6
十二纹章 楼主
在Dev C++ 中点击调试时,弹出“Your project does not have debugging information, do you want to enable debugging and rebuild your project?”就算点击Yes也无法调试的问题解决了。在Tools->Compiler Options->Compiler面板中的"Add the following commands when calling compiler"中添加 -g 参数即可。
2007年07月02日 13点07分 1
1