User forums > General (but related to Code::Blocks)

ERROR: You need to specify a debugger program in the debuggers's settings.

(1/1)

tahir_ameen11@hotmail.com:
#include <iostream>
using namespace std;
int main()
{
    cout << "Hello world!";
    return 0;
}

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))

How to resolve this error??? please help.

BlueHazzard:
Settins->Debugger->Default->Executable path-> Set it to your gdb.exe

Navigation

[0] Message Index

Go to full version