在 Eclipse 中,我可以同时拥有多个控制台视图,每个视图显示不同的控制台吗?

发布于 2024-12-02 11:34:13 字数 123 浏览 0 评论 0原文

我正在开发一些在调试模式下记录到控制台的应用程序。我想从 Eclipse 内部运行和调试它们,并同时查看每个的控制台。但是,我有一个控制台选项卡,一次显示一个控制台输出。有没有办法可以将控制台拆分为多个视图,以便可以并排控制台输出?

I'm working on some applications that, in debug mode, log to the console. I'd like to run and debug them from inside of Eclipse, and view the console for each one simultaneously. However, I have a single Console tab that shows a single Console output at a time. Is there a way I can split the consoles into multiple views so that I can have side-by-side console output?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

丑疤怪 2024-12-09 11:34:14

Chase Henslee 的帖子点击 1 后是正确的,您必须通过第二步停用第二个行为,完成后您可以通过 3 步骤更改控制台。

The post of Chase Henslee it's correct after click on 1, you must deactivate the second behavior with second step and at finish you can change the console with 3 step.

來不及說愛妳 2024-12-09 11:34:13

是的,

  • 控制台选项卡附近应该有一个按钮“打开控制台”。
  • 如果您单击此按钮,您的选项之一应该是“新控制台视图”。

Eclipse Screenshot

您现在将拥有 2 个控制台视图。

  • 控制台选项卡附近的其他按钮之一是“显示所选控制台”。当您选择此选项时,您可以从任何正在运行的应用程序中进行选择。
  • 只需选择该选项卡,选择您希望其监视的应用程序,然后对其他选项卡重复此操作。

然后,您可以将 2 个控制台视图彼此独立地移动到您想要的任何位置。

我正在使用 Eclipse Helios Release,构建 ID:20100617-1415。

Yes,

  • located near your console tab should be a button "Open Console".
  • If you click this button one of your options should be "New Console View".

Eclipse Screenshot

You'll now have 2 console views.

  • One of your other buttons near your console tab is "Display Selected Console". When you choose this option you can select from any of your running applications.
  • Just select the tab, select which application you want it to watch, and repeat for the other tab.

You can then move your 2 console views to wherever you want independently of each other.

I'm using Eclipse Helios Release with build ID: 20100617-1415.

北笙凉宸 2024-12-09 11:34:13

您可以做的最好的事情就是以下。

Window > New Window. 

这将创建另一个像您当前拥有的 Eclipse 窗口。运行所需的应用程序,在新窗口上切换控制台,以在控制台视图上使用打开控制台按钮显示所需的控制台输出。

有点笨重,但这是同时获得多个控制台的唯一方法。如果您的新窗口没有打开控制台,请使用

Window > Show View > Console

Goodluck

The best thing you can do is the following.

Window > New Window. 

That will create another eclipse window like you currently have. Run the desired application, switch the console on the new window to display the desired console output with open console button on the console view.

A bit clunky but the only way to get multiple consoles at the same time. If your new windows doesn't have console open use

Window > Show View > Console

Goodluck

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文