Code::Blocks无法调试 Starting the debuggee failed: No executable specified, use `target exec'

Posted yl-xy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Code::Blocks无法调试 Starting the debuggee failed: No executable specified, use `target exec'相关的知识,希望对你有一定的参考价值。

1.必须建立工程

2.工程名不可有特殊字符或空格,可以有字母、数字、下划线

2.编译器设置里勾选-g(产生调试符号)

3.重新编译项目(如果之前编译过了)

4.调试器设置 > Default > 设置可执行路径为:   (安装路径)CodeBlocksMinGWingdb.exe

5.设置断点,调试

上次升级Code::Blocks后调试器路径就变了(变成了这个CodeBlocksMinGWgdb32ingdb32.exe),找很长时间才发现。

以上是关于Code::Blocks无法调试 Starting the debuggee failed: No executable specified, use `target exec'的主要内容,如果未能解决你的问题,请参考以下文章

code blocks 无法调试

code::blocks 如何打断点

code::blocks调试

Code::Blocks_Linker 错误无法找到 C0X32.obj

Code::Blocks 调试器在 Kubuntu 上非常缓慢

如何使用Code:Blocks调试C语言程序