I am trying to run a simple linked list program in code blocks, but I am not able to run the program and i getting the below error :
Active debugger config: GDB/CDB debugger:
Default 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))
I tried some of the posts given here on Stack Overflow, but that setting is already there in the code blocks.