1
votes

I've installed lazarus and Free Pascal. Everything is ok. But when i run an empty project i get: The debugger "/usr/bin/gdb" does not exist or is not executable. See Tools->Options->Debugger options. I'm going mad, don't know how to fix it. Plz somebody help me

1
I'm not familiar with Free Pascal, but I'm having trouble understanding why this is an issue. Do you see the same behavior when you try to run the compiler with a populated project? I suspect that an empty project doesn't have the compiler paths filled out, but properly setting up a project and actually giving it both correct paths and something to compile should resolve this.skrrgwasme
Lazarus is a FPC specific IDE, so the compiler settings are global, and typically not per projectMarco van de Voort

1 Answers

1
votes

GDB is the GNU debugger, and is an external dependency. Make sure GDB is installed and at /usr/lib/gdb or adjust the setting appropriately