Java 如何退出 Eclipse 调试透视图?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/30454064/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 09:39:34  来源:igfitidea点击:

How to exit eclipse debug perspective?

javaeclipse

提问by Mandy

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

我在 Eclipse 8 中使用 Java,我不小心打开了这个调试透视图。我想退出这个调试视角,但我不知道如何。谢谢! 这是现在的样子

回答by TheLostMind

You see a box named javaat the right top side? i.e, between quick accessand debugtexts. Click it! :)

您看到java右上角有一个名为的框吗?即,在quick accessdebug文本之间。点击它!:)

回答by QBrute

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

在窗口的右上角,您会看到“调试”按钮处于活动状态。在它的左边有一个按钮,用于通常的“Java”透视图。你只需要点击它:)

回答by qLuke

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

右上角!您成功地使用了快捷方式 ;-)

回答by olexd

As already many authors mentioned, you can click on "java"-perspective tab. You can read more about eclipse in official user guide.

正如许多作者提到的,您可以单击“java”-perspective 选项卡。您可以在官方用户指南中阅读有关 eclipse 的更多信息。

There are also a plenty of resources on web with eclipse guides/introductions/tutorials.

网络上还有大量资源,包括 Eclipse 指南/介绍/教程。

One-click solution :)

一键解决:)

回答by Sanjay Kumar Bind

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

在 MyEclipse 中,转到右上角。使用以下按钮切换到所需模式:

  1. Open perspective
  2. Debug perspective
  3. Java perspective
  4. MyEclipse Java Enterprise perspective
  1. 开阔视野
  2. 调试视角
  3. Java视角
  4. MyEclipse Java 企业视角

Debug

调试

回答by G krrish

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

您可以使用右上角的 java 按钮返回到常规的 java 视角。

see right corner

见右角

回答by Aldin Philo

  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.
  1. 右键单击项目并打开属性。
  2. 然后从那里选择运行/调试设置,您将找到所有启动配置。
  3. 删除所有启动并运行应用程序。