Code::Blocks Forums
		User forums => General (but related to Code::Blocks) => Topic started by: tahir_ameen11@hotmail.com on February 24, 2019, 03:06:20 pm
		
			
			- 
				#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.
			 
			
			- 
				Settins->Debugger->Default->Executable path-> Set it to your gdb.exe