Variable display format

Discussion about CodeLite development process and patches
trfillos
CodeLite Curious
Posts: 7
Joined: Tue Jun 12, 2012 2:24 pm
Genuine User: Yes
IDE Question: c++
Location: Greece
Contact:

Variable display format

Post by trfillos »

Hello,
I am using codelite v4.1.5960 on a Fedora 17 64bit. When I am at debugger window ("locals") I can not change the variable display format. To do that I have to add a variable to "watches" and change it from there. It is not something critical that must be fixed but it is a lot inconvenient.

Thank you very much for your time.

Triantafillos Paradas
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Variable display format

Post by eranif »

Can you give an example of such format?

Eran
Make sure you have read the HOW TO POST thread
trfillos
CodeLite Curious
Posts: 7
Joined: Tue Jun 12, 2012 2:24 pm
Genuine User: Yes
IDE Question: c++
Location: Greece
Contact:

Re: Variable display format

Post by trfillos »

When you are at "watches" tab of debugger window and press right click over a variable there is a context menu entry where you can select the variable display format (bianary, hex etc.). This menu entry is not available over the "locals" tab.

Triantafillos.
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Variable display format

Post by Jarod42 »

Same on Win7

When debugging,
In the locals tab, right-click: change value...
In the watch tab, right-click: [..],display format -> Natural, hexadecimal, binary, octal, decimal.
Post Reply