codeblocks 16版本自己配了一个MinGW没法调试,怎么把gdb加进去?

出现了下面的错误提示:
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))

在设置- 调试器设置- Default- 可执行路径 codeblocks - mings - gdb32- bin - 有一个gdn32的exe文件 选中就可以了 就可以调试了

在设置- 调试器设置- Default- 可执行路径 codeblocks - mings - gdb32- bin - 有一个gdn32的exe文件 选中就可以了 就可以调试了