Page 1 of 1

fail to debug

Posted: Wed Sep 29, 2010 7:53 pm
by mosin
Hi,

I'm running a linux from scratch distro and just compiled codelite 2.7. When I try to debug my app, I get

Using gdbinit file: /root/.gdbinit
Failed to initialize debugger:

The .gdbinit file exists in my root but it is empty. gdb also exists and is in the PATH variable. What am I missing to be able to start the debugger?

Thanks!

Re: fail to debug

Posted: Thu Sep 30, 2010 12:21 am
by eranif
Post the output of the:
- trace tab
- output tab
- debug tab

Did you modify any of the environment variables from within codelite?

Eran

Re: fail to debug

Posted: Thu Sep 30, 2010 9:54 pm
by mosin
ok, by looking at the trace, i was able to fix my error. I'll check that tab more often now.

Thanks a lot!!!