【异常错误】CodeBlocks无法调试 Starting the debuggee failed: No executable specified, use `target exec‘

今天使用CodeBlocks调试的时候发现异常,控制台报错:
Starting the debuggee failed: No executable specified, use 'target exec'
经过查阅资料,了解了codeblocks调试时出错的一些原因,有如下注意事项。

  1. 必须建立工程

  2. 工程名不可有空格或特殊字符,可以有字母、数字、下划线(最好不要包含中文)

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

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

  5. 调试器设置 > Default > 设置可执行路径为: (安装路径)\CodeBlocks\MinGW\bin\gdb.exe

上一篇:ArrayList源码笔记


下一篇:2021-05-05