Hi!First off, I want to let you know that the CodeLite Program is great and I love it!
Now onward to the point, I found a bug(or prehap a typo, but a bug nevertheless). I am currently using revision 2082 of Codelite. When I went to set the debug option to point at 'gdb' program for debugging( on ubuntu linux). I couldn't find it anywhere in usr/bin/ directory. It turns out that it only show anything that has dot. for example this -> *.* so as result it show anything that has dot.
Just a thought to inform you of that. Anyway, I has to manual set it to point at /usr/bin/gdb and it works well enough.
Takes care,
~Druui~
Problem with finding the debug program.
-
- CodeLite Curious
- Posts: 1
- Joined: Sun Sep 07, 2008 1:56 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problem with finding the debug program.
You are correct, linux filter uses '*' while on Windows '*.*' disaplays everything.
I fixed that in SVN.
Eran
I fixed that in SVN.
Eran
Make sure you have read the HOW TO POST thread