c语言的一位新手前来求助
请问有大佬有用codeblocks的编译器嘛?我跟着百度的步骤调试出现了这个
error:you need to specify a debugger program in the debuggers's setting
(for mingw compilers it's 'gdb.exe' (without the quotes))
(for msvc compilers ,it's 'cdb.exe'(without the quotes))
小菜鸟在此求助大佬
非常感谢 用Dev-C++ 需要指明编译器 那我要怎么样才能解决这个问题呢,怎么指明编译器呢?
wp231957 发表于 2020-2-17 13:17
需要指明编译器
那我要怎么样才能解决这个问题呢,怎么指明编译器呢? codeblocks的安装说明
链接:https://pan.baidu.com/s/1UqHXdn3pQ57jXmJ9JvrsPA
提取码:om16
在菜单 Settings -- Debugger...下
如下图,在Executable Path:后面指定全路径。在我的电脑上是 D:\Program Files (x86)\CodeBlocks\MinGW\bin\gdb32.exe,根据你的实际情况修改。如果装在C盘就改成C:
页:
[1]