Page 1 of 1

Debugger error on Fedora Linux

Posted: Thu Apr 23, 2020 11:12 pm
by kansas3
Hello,

I'm using CodeLite version 14.0 for C++, and the g++ compiler. My OS is Fedora 31.

I keep getting this failure to locate gdb when I try to run the debugger, although as you can see in my other screenshot, it seems to be in order in my build settings.

Anyone know what's going on?

Image
Screenshot from 2020-04-23 15-02-18.png

Re: Debugger error on Fedora Linux

Posted: Fri Apr 24, 2020 12:40 am
by DavidGH
Hi,

In your first screenshot you show results for Cross GCC. Unless you're cross-compiling for a different OS, you need to look at the GCC entry (or the CLANG one if your project is set to use that).

Look also in your Project Settings, in the Workspace View; click the Spanner icon.

Regards,

David