Page 1 of 1

Failed To Locate gdb!

Posted: Mon Sep 14, 2015 11:21 pm
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

Re: Failed To Locate gdb!

Posted: Tue Sep 15, 2015 8:44 am
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

Re: Failed To Locate gdb!

Posted: Wed Nov 04, 2015 1:39 pm
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