Tag Archives: Codeblocks debugger setup problem

Code blocks debugger debugger setup problem

Code Blocks debug problem
ERROR
ERROR when debugging: You need to specify a debugger program in the debuggers’ Settings.
(For MinGW compilers, it’s ‘GDB. Exe’ (without the quotes))
(For MSVC compilers, It’s ‘CDB. Exe’ (without the quotes)
indicates that the debugger is not set properly
Below is the error path


go to the directory where you installed code blocks — code blocks \MinGW\bin to see if there is a gdb32. Exe if you have a direct path change, you can download this file from MinGW’s official website, or contact me to send this file to you at [email protected]
to fix the problem!