Reputation: 513
I was using Java in Eclipse 8 and I accidentally opened this debug perspective. I want to exit this debug perspective, but I don't know how.
Thanks!
Upvotes: 20
Views: 46470
Reputation: 349
Upvotes: 0
Reputation: 151
You can use java button right corner to come back to regular java perspective.
Upvotes: 5
Reputation: 9
In MyEclipse go to the Top-Right corner. Switch to the required mode using the following Buttons:
Upvotes: 1
Reputation: 1420
As already many authors mentioned, you can click on "java"-perspective tab. You can read more about eclipse in official user guide.
There are also a plenty of resources on web with eclipse guides/introductions/tutorials.
Upvotes: 39
Reputation: 4541
On the top right of your window you see that the "Debug" button is active. To the left of it there is a button for the usual "Java" perspective. You just need to click that :)
Upvotes: -1
Reputation: 36304
You see a box named java
at the right top side? i.e, between quick access
and debug
texts. Click it! :)
Upvotes: 8