Page 1 of 1

Problem with finding the debug program.

Posted: Sun Sep 07, 2008 2:05 pm
by Druui
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~

Re: Problem with finding the debug program.

Posted: Mon Sep 08, 2008 9:55 am
by eranif
You are correct, linux filter uses '*' while on Windows '*.*' disaplays everything.

I fixed that in SVN.

Eran