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
Codelite Enter button not working under debug mode
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Aug 20, 2014 10:18 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: Codelite Enter button not working under debug mode
Where did you try to enter value?
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Aug 20, 2014 10:18 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Enter button not working under debug mode
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
Thanks
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Aug 20, 2014 10:18 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Enter button not working under debug mode
BTW, I am getting this whenever I try debugging "warning: GDB: Failed to set controlling terminal: Operation not permitted"
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Enter button not working under debug mode
This is prefectly fine. Its a common message that you will see whenever gdb attaches to xtermsmartshader wrote:"warning: GDB: Failed to set controlling terminal: Operation not permitted"
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
Make sure you have read the HOW TO POST thread