CodeBlocks调试器缺少(gdb.exe)文件

错误如下:

Building to ensure sources are up-to-date

Selecting target: 

Debug

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

(For MinGW compilers, it's 'gdb.exe' (without the quotes))

(For MSVC compilers, it's 'cdb.exe' (without the quotes))

然后习惯性的设置断点,调试…出现了问题,如下图所示

CodeBlocks调试器缺少(gdb.exe)文件

废话不多说,直接上解决方案。Setting-debugger-GDB/CDB debugger-default中

之前是这样的

CodeBlocks调试器缺少(gdb.exe)文件

可执行路径这里是空的,需要指定调试器的位置,我用的是mingw,找到gdb.exe的文件位置,更改即可,如下图为MinGW\bin\gdb32.exe

CodeBlocks调试器缺少(gdb.exe)文件

上一篇:从概率图模型pgm到rbm


下一篇:如果 if - 迈克.杰克逊的墓志铭