Mahesha999
Mahesha999

Reputation: 24721

Miss behaving Expressions window and no Display View window in eclipse

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.

This is how it looks: enter image description here

Also, I am not finding Display View window in eclipse:

enter image description here

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

Answers (1)

howlger
howlger

Reputation: 34135

In the view menu (the triangle top right) of the Expressions view you can choose which columns to show: Layout > Select Columns...

enter image description here

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

Related Questions