fail to debug

CodeLite installation/troubleshooting forum
mosin
CodeLite Enthusiast
Posts: 12
Joined: Mon Feb 22, 2010 2:02 am
Genuine User: Yes
IDE Question: c++
Contact:

fail to debug

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

Re: fail to debug

Post 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
Make sure you have read the HOW TO POST thread
mosin
CodeLite Enthusiast
Posts: 12
Joined: Mon Feb 22, 2010 2:02 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: fail to debug

Post 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!!!
Post Reply