Mandy
Mandy

Reputation: 513

How to exit eclipse debug perspective?

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! This is how it looks like now

Upvotes: 20

Views: 46470

Answers (7)

Aldin Philo
Aldin Philo

Reputation: 349

  1. Right Click the project and Open Properties.
  2. Then Select Run/Debug Setting from there you will find all the launch Configured.
  3. Delete all the launch and Run the application.

Upvotes: 0

Gaganam Krishna
Gaganam Krishna

Reputation: 151

You can use java button right corner to come back to regular java perspective.

see right corner

Upvotes: 5

Sanjay Kumar Bind
Sanjay Kumar Bind

Reputation: 9

In MyEclipse go to the Top-Right corner. Switch to the required mode using the following Buttons:

  1. Open perspective
  2. Debug perspective
  3. Java perspective
  4. MyEclipse Java Enterprise perspective

Debug

Upvotes: 1

olexd
olexd

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.

One-click solution :)

Upvotes: 39

qLuke
qLuke

Reputation: 109

Right top corner! You prolly used the shortcut ;-)

Upvotes: 0

QBrute
QBrute

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

TheLostMind
TheLostMind

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

Related Questions