Codeblocks error:
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))

Solutions:
View compiler configuration:
setting -> compiler -> Toochain executables
Record the compiler installation path

Check out the Debuger Setting
setting -> dubuger -> default
Add Executable Path: C:\Program Files (x86)\CodeBlocks\MinGW\bin\ gDB32.exe (note: select GDB.exe for 32-bit system and gdb64.exe for 64-bit system)

Once you confirm the addition, debug is ready.
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))

Solutions:
View compiler configuration:
setting -> compiler -> Toochain executables
Record the compiler installation path

Check out the Debuger Setting
setting -> dubuger -> default
Add Executable Path: C:\Program Files (x86)\CodeBlocks\MinGW\bin\ gDB32.exe (note: select GDB.exe for 32-bit system and gdb64.exe for 64-bit system)

Once you confirm the addition, debug is ready.
Read More:
- Code blocks debugger debugger setup problem
- Solutions to the problem that CodeBlocks cannot be used
- CodeBlocks environment error the compiler could not find a solution to the problem
- Configuring OpenGL with win 10 + CodeBlocks
- Configuring OpenGL in Code:: blocks
- After installing CodeBlocks, run the prompt: tried to run compiler executable ‘C: / / MinGW / bin / mingw32- gcc.exe ‘, but failed!
- Recipe for target’Project 1.exe’ failed Cause analysis and solution
- Using glut in CodeBlocks
- CodeBlocks OpenGL configuration process
- The C compiler identification is unknown
- Configure OpenGL in CodeBlocks
- CodeBlocks configuring OpenGL
- Configuring OpenGL environment with code blocks16.0 in Windows 10
- eclipse cdt Program “make” not found in PATH
- Installation and use of OpenGL based on CodeBlocks
- Cmake error solution encountered in STM32 development with clion
- CMake Error at CMakeLists.txt:5 (PROJECT): The CMAKE_C_COMPILER: cl is not a full path
- Microsoft.CppCommon.targets (132,5): how to solve error msb3073?
- CodeBlocks configuring OpenGL environment
- MySQL driver compiling method of QT under windows and solutions to abnormal errors