Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to exit eclipse debug perspective?

Tags:

java

eclipse

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

like image 971
Mandy Avatar asked May 26 '15 09:05

Mandy


People also ask

How do I get out of debug mode in Eclipse?

Click the Resume button. to continue the debugging process until the next breakpoint, or until the end of the debugging process. Click the Terminate button. to stop the debugging process.

How do I get out of debug mode?

To exit debug mode, press Alt+B followed by D. at the Command Prompt to exit debug mode.

How do you exit out of Eclipse?

I am afraid, I do not know any way to exit the eclipse / myeclipse workbench from command line. You need to do that from the IDE. You can use the shortcut key – [Alt] + F + X or using menu option – File > Exit. And also the default Windows key 'Close Application' <Alt-F4> should work.


3 Answers

You see a box named java at the right top side? i.e, between quick access and debug texts. Click it! :)

like image 36
TheLostMind Avatar answered Nov 20 '22 11:11

TheLostMind


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 :)

like image 71
olexd Avatar answered Nov 20 '22 13:11

olexd


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

see right corner

like image 5
G Krishna Avatar answered Nov 20 '22 12:11

G Krishna