cygwin gdb

General questions regarding the usage of CodeLite
streakyb
CodeLite Curious
Posts: 2
Joined: Thu Jan 29, 2009 4:35 pm
Contact:

cygwin gdb

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cygwin gdb

Post 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
Make sure you have read the HOW TO POST thread
Post Reply