Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

eclipse

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?

like image 539
zkytony Avatar asked Oct 29 '25 15:10

zkytony


1 Answers

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

like image 96
Brian Avatar answered Oct 31 '25 06:10

Brian