Please the the attached snapshot. In my debugger, I can only see the variable values, but no names. It's very annoying. what might cause this?

- 10,043
- 25
- 95
- 169
-
Are you inside your own code? – PM 77-1 Jun 27 '15 at 19:53
-
what do you mean? I think yes. it is . – user697911 Jun 27 '15 at 20:07
-
1which OS are you using? – Chandrayya G K Jun 29 '15 at 09:11
4 Answers
I tried everything found in the link that jotadepicas provided. It might be a combination of all those suggestions that lead up to me resolving the variable names not showing.
After trying all of the suggestions, I clicked on the down arrow in debug variables tab --> Layout --> Select Columns. Both the Name and Value boxes were already checked. I simply clicked OK and the Name column displayed. This Select Columns and Show Columns under Layout were not available prior to all the previous steps.
I am running Eclipse Mars 4.5.1 on Linux Mint 17.3.

- 63
- 7
You could try reseting the Perspective, closing and opening de variables view again, even restarting eclipse. Have a look at this similar question just in case: Eclipse Debug Mode: Variables not showing

- 1
- 1

- 2,389
- 2
- 26
- 48
It's a rendering problem in eclipse. click on the Variables Tab -> click on the vertically three dots icon appearing in the corner-> Layout - > Select columns -> Deselect all columns -> apply -> go back and select all columns .
This should work.

- 52
- 4
Right click on the debug symbol in the upper right window, (near the button to close the whole eclipse program) click on reset and then again on reset prospective.
End

- 1
- 1