简体   繁体   English

如何退出eclipse调试透视图?

[英]How to exit eclipse debug perspective?

I was using Java in Eclipse 8 and I accidentally opened this debug perspective. 我在Eclipse 8中使用Java而且我不小心打开了这个调试透视图。 I want to exit this debug perspective, but I don't know how. 我想退出这个调试透视图,但我不知道如何。 Thanks! 谢谢! 这就是现在的样子

As already many authors mentioned, you can click on "java"-perspective tab. 正如许多作者所提到的,你可以点击“java” - 相应的标签。 You can read more about eclipse in official user guide . 您可以在官方用户指南中阅读有关eclipse的更多信息。

There are also a plenty of resources on web with eclipse guides/introductions/tutorials. 网上还有大量资源,包括日食指南/介绍/教程。

一键式解决方案:)

You see a box named java at the right top side? 你在右上方看到一个名为java的盒子? ie, between quick access and debug texts. 即,在quick accessdebug文本之间。 Click it! 点击它! :) :)

You can use java button right corner to come back to regular java perspective. 你可以使用java按钮右上角来回到常规的java透视图。

见右角

In MyEclipse go to the Top-Right corner. 在MyEclipse中转到右上角。 Switch to the required mode using the following Buttons: 使用以下按钮切换到所需模式:

  1. Open perspective 开放的视角
  2. Debug perspective 调试透视图
  3. Java perspective Java观点
  4. MyEclipse Java Enterprise perspective MyEclipse Java Enterprise透视图

调试

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. 在它的左边有一个通常的“Java”透视图的按钮。 You just need to click that :) 你只需要点击那个:)

Right top corner! 右上角! You prolly used the shortcut ;-) 你多用了快捷方式;-)

  1. Right Click the project and Open Properties. 右键单击项目并打开“属性”。
  2. Then Select Run/Debug Setting from there you will find all the launch Configured. 然后从那里选择Run / Debug Setting,您将找到所有已启动的Configured。
  3. Delete all the launch and Run the application. 删除所有启动和运行应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM