有的小伙伴有可能在使用code::blocks编程的时候,在调试是出现下面的问题

cdde::block Debug ERROR: You need to specify a debugger program in the debuggers's settings.

这种情况是因为没有指定调试程序,或者是指定的是错误的,或者就没有下载调试程序,没有下载的,下载一个mingw下载gdb程序就行。

cdde::block Debug ERROR: You need to specify a debugger program in the debuggers's settings.

cdde::block Debug ERROR: You need to specify a debugger program in the debuggers's settings.

在确定安装了gdb后,在code::blocks的调试器选项,选择default,在可执行路径里面选择Mingw\bin\gdb.exe就可以了。

cdde::block Debug ERROR: You need to specify a debugger program in the debuggers's settings.

cdde::block Debug ERROR: You need to specify a debugger program in the debuggers's settings.

cdde::block Debug ERROR: 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
猜你喜欢
  • 2022-02-12
  • 2021-05-16
  • 2021-11-14
  • 2021-11-22
  • 2021-03-31
  • 2022-01-08
相关资源
相似解决方案