Reputation: 24721
I was doing debugging with having a lots of expressions in Expressions Window. Then I mistakenly dragged Values column of Expressions window in eclipse and suddenly I was not able see any of Name and Value columns along with any of my expressions in expression window.
Also, I am not finding Display View window in eclipse:
I tried to reset the perspective and also restart the eclipse. However, nothing changed. What is happening with me?
I am running
Eclipse IDE for Enterprise Java Developers.
Version: 2018-12 (4.10.0)
Build id: 20181214-0600
Upvotes: 0
Views: 124
Reputation: 34135
In the view menu (the triangle top right) of the Expressions view you can choose which columns to show: Layout > Select Columns...
By selecting other columns here, the column width is reset (in case a column width was accidentally set to 0). By default, the Name and the Value columns are shown.
In Eclipse Photon (4.8) the Display view has been renamed to Debug Shell.
Upvotes: 2