Failed To Locate gdb!

CodeLite installation/troubleshooting forum
w0rm
CodeLite Curious
Posts: 1
Joined: Mon Sep 14, 2015 11:14 pm
Genuine User: Yes
IDE Question: C++
Contact:

Failed To Locate gdb!

Post by w0rm »

Hey guys when i run the program its appear a window that says Failed to locate gdb! at 'gdb'

how can i solve this?

its for my class help u.u
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failed To Locate gdb!

Post by eranif »

Please read the "HOW TO POST" thread and follow its guidelines (see my signature)

Do you have gdb installed?

Or maybe this:
http://stackoverflow.com/questions/2848 ... sr-bin-gdb

Eran
Make sure you have read the HOW TO POST thread
ccaa59
CodeLite Curious
Posts: 3
Joined: Fri Jan 17, 2014 3:32 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failed To Locate gdb!

Post by ccaa59 »

Hi,
got the same problem with
win7
codelite 9.0.0 from codelite
mingw 4.8.1 from minw

codelite can compile and run but fails to locate gdb which is located in c:\prog\mingw\bin\
settings - gdb settings - debugger path c:\prog\mingw\bin
settings - build settings - GDB C:/prog/mingw/bin/gdb.exe
no blank in path or name!

I solved it by replacing "\" with "/" in debugger path
Post Reply