安装好Code::Block后完成编译和运行后却无法调试,弹出Error:You need to specify a debugger program in the debuggers’s settings.
Code::Blocks提示You need to specify a debugger program in the debuggers's settings.无法编译

根据提示信息我们需要指定一个debugger program,根据提示我们可以知道指定的菜单栏settings。
Code::Blocks提示You need to specify a debugger program in the debuggers's settings.无法编译
我们可以看到默认状态下路径是空的,那么我们就需要设置一个路径。

找到code::block的默认安装路径并进入CodeBlocks\MinGW\gdb32\bin选择gdb32.exe。单击OK即可开始进行编译。
Code::Blocks提示You need to specify a debugger program in the debuggers's settings.无法编译

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-11-20
  • 2021-04-02
  • 2021-04-10
猜你喜欢
  • 2021-05-16
  • 2021-11-14
  • 2021-04-26
  • 2022-02-12
  • 2021-11-22
  • 2022-01-08
相关资源
相似解决方案