This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am using CCSv5.3.0.00090.
How can I change the display format for situations where I am hoovering over a variable? Currently it's only showing a natural display format and most values are showing as ".".
Also, the Hoover over expression dialog box displays too many rows such that the value at the bottom of the diaglob box doesn't show unless the dialog box is stretched to almost have the screen, i.e.
Thanks,
Stephen
Hello Lisa,
I am in Debug - I can see the Debug tab and the resume, terminate and other debug icons. The project explorer and expressions window is also displaying.
Even if I expand the dialog box to the entire screen, I still have to use the scroll bar to see all the different variable formats.
That's not really an issue if I can get the value to alway display in either hex or decimal.
Stephen
Hi Stephen,
are you actively debugging? Although I still see the number in decimal when not, the view has less information when not. When I try an unsigned char in v5.4 I get "integer conversion resulted in truncation".
Have you tried other variable types?
I have used the defaults. What exact variable type and how have you defined it ? I am hoping to try to reproduce this so we can see if we can correct/explain what you see.
Best Regards,
Lisa
You should be able to resize the bottom half of the pop up dialog to show more info. Click on the horizontal splitter and drag to resize.
Patrick
stevenh said:That's not really an issue if I can get the value to alway display in either hex or decimal.
Goto Expression view and select the "Number format" from the little triangle in the view, pick the format that you want. Perform a single step to update the pop window if you switch to a new display format.
Hello Patrick,
I have already done that before. I would rather have the hoover over dialog box display the value in the correct format. Sometimes, I just need a quick way to find out the variables value and hoovering over the variable is the qickest way.
Stephen
Sorry, there is no option to control the popup dialog with the current Eclipse version.
Patrick
Is there any way to set its default size, so I don't have to resize all of the time.
I don't remember having this problem before, although I am now using Windows 7and I was using Windows XP.
Stephen
Patrick Chuong said:Sorry, there is no option to control the popup dialog with the current Eclipse version.
Patrick
Ok.
That isn't what I was wanting to hear.
If it weren't for the values shown at the bottom of the dialog box, it would be completely unusable.
Is there anyway to set the default size of the top or bottom half of the pop-up dialog box?
Stephen
stevenh said:Is there anyway to set the default size of the top or bottom half of the pop-up dialog box?
It should be saved per workspace, you need to change it size once per workspace. The dialog size and splitter weight will be saved per workspace. I don't believe there is a way for you to configure the default splitter weight as a user.