Viewing Eclipse Variables Not Showing the Name Column

Today, while debugging my application, my Variables view stopped showing the Name column and only displays the Value. I also noticed that the Variables view is opaque after resetting perspective. This last issue was asked here , but I can't seem to find a solution for the Name column that disappears. I tried to restart Eclipse by resetting perspectives (Debug), closing and opening perspective, and closing and opening a new Variables tab, but no luck. Running Eclipse Mars with CDT on Ubuntu 14.04. The last software update was two days ago and Eclipse was working fine yesterday, so most likely not due to any updates. Any ideas on how to recover the column?

Edit: [RESOLVED] I found a dropdown menu in the Variables view (Layout -> Select Columns). Even though “Name”, “Value” and “Type” were selected, I went ahead and deselected all and then reset everything and now everything is visible.

+3


source to share





All Articles