Author Topic: ERROR: You need to specify a debugger program in the debuggers's settings.  (Read 14177 times)

Offline tahir_ameen11@hotmail.com

  • Single posting newcomer
  • *
  • Posts: 2
#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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: ERROR: You need to specify a debugger program in the debuggers's settings.
« Reply #1 on: February 24, 2019, 08:23:38 pm »
Settins->Debugger->Default->Executable path-> Set it to your gdb.exe