How to open Console window in Eclipse?(如何在 Eclipse 中打开控制台窗口?)
问题描述
我不小心关闭了 Eclipse 中的控制台窗口,现在我看不到我的代码运行的结果.
I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run.
如何再次打开它?
推荐答案
从菜单栏,Window →显示视图 →安慰.或者,使用键盘快捷键:
From the menu bar, Window → Show View → Console. Alternately, use the keyboard shortcut:
- Mac:Option-Command-Q,然后是C,或
- Windows:Alt-Shift-Q,然后是C
- Mac: Option-Command-Q, then C, or
- Windows: Alt-Shift-Q, then C
这篇关于如何在 Eclipse 中打开控制台窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!