Page 1 of 1

cygwin gdb

Posted: Thu Jan 29, 2009 4:37 pm
by streakyb
I have a project that uses gcc and gdb in cygwin. I have set up codelite to allow it to compile my code using gcc. Do you have any idea on what I eed to do to allow it to use gdb to debug the code?

Re: cygwin gdb

Posted: Thu Jan 29, 2009 4:47 pm
by eranif
have u tried to point codelite to the correct gdb? (from the menu: settings -> debugger settings ...')

Maybe u can start codelite from the cygwin console, this way my guess is that 'gdb' will point to the correct gdb.

Eran