little issue with new CodeLIte IDE and FreeBSD!

CodeLite installation/troubleshooting forum
varnie
CodeLite Veteran
Posts: 64
Joined: Wed Jun 11, 2008 3:48 am
Contact:

Re: little issue with new CodeLIte IDE and FreeBSD!

Post by varnie »

yes, of course, debugging in Codelite IDE works, but immediately after starting the console fills with these logs submitted above.
hmm... if i got your idea you want me to comment this code line 77, rebuild sources and check if the problem will persist.. am i correct?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: little issue with new CodeLIte IDE and FreeBSD!

Post by eranif »

varnie wrote:yes, of course, debugging in Codelite IDE works, but immediately after starting the console fills with these logs submitted above.
hmm... if i got your idea you want me to comment this code line 77, rebuild sources and check if the problem will persist.. am i correct?
Yes, you got me right ;)

Eran
Make sure you have read the HOW TO POST thread
varnie
CodeLite Veteran
Posts: 64
Joined: Wed Jun 11, 2008 3:48 am
Contact:

Re: little issue with new CodeLIte IDE and FreeBSD!

Post by varnie »

well.. after i've commented out that line and rebuilt everything i am not able to perform debugging in CodeLite IDE.
here's a message i get in "Debug" tab:
Failed to initialize debugger: /usr/bin/gdb
:(
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: little issue with new CodeLIte IDE and FreeBSD!

Post by eranif »

varnie wrote:well.. after i've commented out that line and rebuilt everything i am not able to perform debugging in CodeLite IDE.
here's a message i get in "Debug" tab:

Failed to initialize debugger: /usr/bin/gdb


:(
Ofc you did, my bad :)

I forgot that there are consequences for this line :)

Eran
Make sure you have read the HOW TO POST thread
varnie
CodeLite Veteran
Posts: 64
Joined: Wed Jun 11, 2008 3:48 am
Contact:

Re: little issue with new CodeLIte IDE and FreeBSD!

Post by varnie »

in any case let me know if there will be news.
i'll check it on my freebsd box as soon as possible.
Post Reply