Page 1 of 1

Codelite Enter button not working under debug mode

Posted: Wed Aug 20, 2014 10:29 am
by smartshader
I have installed codelite recently and while trying to do some debugging, the debug works but when I enter a value and click Enter, nothing happens.

gdb version: 7.7.1
os: os x mavericks

Did someone encounter the same issue ?

Thanks

Re: Codelite Enter button not working under debug mode

Posted: Wed Aug 20, 2014 10:42 am
by eranif
Where did you try to enter value?

Re: Codelite Enter button not working under debug mode

Posted: Sat Sep 13, 2014 10:57 pm
by smartshader
In the console. I think it might be related to the debugger configuration. I have switched from that time to eclipse so I didn't do any testing as I was short on time. Is there anything I can try to solve this?

Thanks

Re: Codelite Enter button not working under debug mode

Posted: Sat Sep 13, 2014 11:02 pm
by smartshader
BTW, I am getting this whenever I try debugging "warning: GDB: Failed to set controlling terminal: Operation not permitted"

Re: Codelite Enter button not working under debug mode

Posted: Sun Sep 14, 2014 12:20 pm
by eranif
smartshader wrote:"warning: GDB: Failed to set controlling terminal: Operation not permitted"
This is prefectly fine. Its a common message that you will see whenever gdb attaches to xterm

I am still trying to understand what are you trying to achieve? which value are you typing and more importantly: where? (i.e. on which window)
Can you provide a screenshot? or some steps to reproduce the problem?

Thanks
Eran