当前位置:Gxlcms > 数据库问题 > CodeBlocks调试器缺少(gdb.exe)文件

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

时间:2021-07-01 10:21:17 帮助过:67人阅读

错误如下:

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))

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

 技术图片

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

       之前是这样的

 技术图片

 

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

 技术图片

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

标签:msvc   pil   需要   cti   get   codeblock   bug   spec   http   

人气教程排行