Reputation: 1514
Hi I used the Eclipse for creating a project. I don't know what I did that make my code didn't show on the debug windows. How to solve this problem?
Upvotes: 0
Views: 34
Reputation: 1261
It is because the console log window is on top of the editor. Resize it to be shorter.
You could also just reset your perspective to the default layout. Use Window > Reset Perspective...
menu item.
Upvotes: 1