zkytony
zkytony

Reputation: 1498

Eclipse debugging: Variable names are not showing, but values are showing

I didn't remember how I get to this stage, but now when I open my debugging perspective, the Variables view will not show "Name", it only shows "Value". I've tried resetting the perspective, but it didn't work.

My Eclipse (Java) version is Mars 4.5.0; I am running it on Ubuntu 14.04

Below is the situation:

enter image description here

Help?

Upvotes: 4

Views: 2881

Answers (2)

Brian
Brian

Reputation: 13571

I just found a way to make the Name column visible.

Click on the upside down triangle button at the upper right corner -> Layout -> Select Columns...

enter image description here

Check the box of Name column. This would make your Name column visible.

enter image description here

Upvotes: 5

sparkhee93
sparkhee93

Reputation: 1375

I think you might've dragged the "Value" column all the way to the left, hiding the "Name" column by accident. Try having your mouse pointed at the left-edge of the "Value" column and drag it to the right again.

Upvotes: 0

Related Questions