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))
Find configurations online at
1:https://stackoverflow.com/questions/21083560/how-do-you-specify-a-debugger-program-in-codeblocks-12-11/33289596
Sorted out, but it will appear that it can only be run once:
Solution reference: http://tieba.baidu.com/p/3491019377
Compiler configuration.
Note: The compiler is not Codeblocks’ own MinGW, but TDM-GCC-64 !!!!!!
Executable path:D:\Program Files (x86)\CodeBlocks\TDM-GCC-64\bin\gdb64.exe (Here is the compiler installation path, note: 32-bit system choose gdb.exe, 64-bit system choose: gdb64.exe)
Run the completed debug interface.