Debugger error on Fedora Linux

CodeLite installation/troubleshooting forum
kansas3
CodeLite Curious
Posts: 1
Joined: Thu Apr 23, 2020 10:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Debugger error on Fedora Linux

Post 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
You do not have the required permissions to view the files attached to this post.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Debugger error on Fedora Linux

Post 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
Post Reply