Hello there!
Codelite have ability to pop up variables values like MS VS, during work in Linux Ubuntu ?
Thank you.
Can codelite pop up variables values?
-
- CodeLite Curious
- Posts: 3
- Joined: Tue Sep 06, 2016 11:45 pm
- 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: Can codelite pop up variables values?
Please provide more info:
* Your OS
* CodeLite version
* What context debugging or while editing?
* Which language? C++/PHP/JS?
Also, please read the HOW TO POST thread (see my signature)
Eran
* Your OS
* CodeLite version
* What context debugging or while editing?
* Which language? C++/PHP/JS?
Also, please read the HOW TO POST thread (see my signature)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Tue Sep 06, 2016 11:45 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Can codelite pop up variables values?
Thank you for answer, here is info
* Your OS - Ubuntu 14.04
* CodeLite version - 9.2.1
* What context debugging or while editing? Debugging.
* Which language? C++
When i traget mouse cursor on variable i am expecting that variable value will pop up, like in Visual Studio.
* Your OS - Ubuntu 14.04
* CodeLite version - 9.2.1
* What context debugging or while editing? Debugging.
* Which language? C++
When i traget mouse cursor on variable i am expecting that variable value will pop up, like in Visual Studio.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can codelite pop up variables values?
By default, the debugger tooltip is show only when you hover a variable and then click CTRL
You can disable this so it will show automatically from: Settings->GDB Settings->General->Use CTRL key to evaluate expressions under the cursor
Eran
You can disable this so it will show automatically from: Settings->GDB Settings->General->Use CTRL key to evaluate expressions under the cursor
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Tue Sep 06, 2016 11:45 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Can codelite pop up variables values?
Yes! that's it!
Thank you.
Thank you.