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!
fail to debug
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Mon Feb 22, 2010 2:02 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: fail to debug
Post the output of the:
- trace tab
- output tab
- debug tab
Did you modify any of the environment variables from within codelite?
Eran
- 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
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Mon Feb 22, 2010 2:02 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: fail to debug
ok, by looking at the trace, i was able to fix my error. I'll check that tab more often now.
Thanks a lot!!!
Thanks a lot!!!