News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

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

Started by tahir_ameen11@hotmail.com, February 24, 2019, 03:06:20 PM

Previous topic - Next topic

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