Can codelite pop up variables values?

General questions regarding the usage of CodeLite
4ugui
CodeLite Curious
Posts: 3
Joined: Tue Sep 06, 2016 11:45 pm
Genuine User: Yes
IDE Question: c++
Contact:

Can codelite pop up variables values?

Post by 4ugui »

Hello there!
Codelite have ability to pop up variables values like MS VS, during work in Linux Ubuntu ?
Thank you.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can codelite pop up variables values?

Post 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
Make sure you have read the HOW TO POST thread
4ugui
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?

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can codelite pop up variables values?

Post 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
Make sure you have read the HOW TO POST thread
4ugui
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?

Post by 4ugui »

Yes! that's it!
Thank you.
Post Reply