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
How to exit eclipse debug perspective?
提问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!
我在 Eclipse 8 中使用 Java,我不小心打开了这个调试透视图。我想退出这个调试视角,但我不知道如何。谢谢!
回答by TheLostMind
You see a box named java
at the right top side? i.e, between quick access
and debug
texts. Click it! :)
您看到java
右上角有一个名为的框吗?即,在quick access
和debug
文本之间。点击它!:)
回答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 指南/介绍/教程。
回答by Sanjay Kumar Bind
回答by G krrish
回答by Aldin Philo
- Right Click the project and Open Properties.
- Then Select Run/Debug Setting from there you will find all the launch Configured.
- Delete all the launch and Run the application.
- 右键单击项目并打开属性。
- 然后从那里选择运行/调试设置,您将找到所有启动配置。
- 删除所有启动并运行应用程序。