Page 1 of 1

Can codelite pop up variables values?

Posted: Wed Sep 07, 2016 10:41 am
by 4ugui
Hello there!
Codelite have ability to pop up variables values like MS VS, during work in Linux Ubuntu ?
Thank you.

Re: Can codelite pop up variables values?

Posted: Wed Sep 07, 2016 10:57 am
by eranif
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

Re: Can codelite pop up variables values?

Posted: Wed Sep 07, 2016 7:50 pm
by 4ugui
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.

Re: Can codelite pop up variables values?

Posted: Wed Sep 07, 2016 8:49 pm
by eranif
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

Re: Can codelite pop up variables values?

Posted: Wed Sep 07, 2016 9:30 pm
by 4ugui
Yes! that's it!
Thank you.