cygwin gdb
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 29, 2009 4:35 pm
- Contact:
cygwin gdb
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: cygwin gdb
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
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