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?
Debugger error on Fedora Linux
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Apr 23, 2020 10:59 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Debugger error on Fedora Linux
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Debugger error on Fedora Linux
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
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