codeblocks 无法f8键调试?

fengzenghao 2017-11-13 09:15:37
codeblocks 无法f8键调试?可以编译运行,但就是调试不了,很简单的一段代码,大家看看
Starting debugger: C:\CodeBlocks13.12\MinGW\bin\gcc.exe -nx -fullname -quiet -args C:/Users/Administrator/Desktop/lllll/bin/Debug/lllll.exe
done

[debug]gcc.exe: error: unrecognized command line option '-nx'
[debug]gcc.exe: error: unrecognized command line option '-fullname'
[debug]gcc.exe: error: unrecognized command line option '-quiet'
[debug]gcc.exe: error: unrecognized command line option '-args'

Debugger finished with status 1
程序代码如下:
#include <stdio.h>
#include <stdlib.h>

int main()
{
printf("Hello world!\n");

int a=15;

printf("%d\n",a);
return 0;
}
希望大家帮忙解决
...全文
414 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
paschen 2017-11-14
  • 打赏
  • 举报
回复
去掉-nx -fullname -quiet -args这几个参数看下

3,881

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 其它技术问题
社区管理员
  • 其它技术问题社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧