如何在 Eclipse 中的多个选项卡中打开多个控制台?
我正在使用 Eclipse 版本:Helios Release 作为 Java 应用程序。我需要运行同一应用程序的多个实例,并希望轻松查看多个控制台。
能做到吗?如果是,怎么办?
I am using Eclipse Version: Helios Release for a Java application. I need to run multiple instances of same application and want easy visibility of multiple consoles.
Can it be done? If yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
运行应用程序两次(例如实例 A 和 B)。控制台将显示来自 B 的消息。然后按照 rsilva 的指示创建两个控制台(例如 1 和 2)。两个控制台都将显示来自 B 的消息。之后,通过选择带有监视器的图标附近的箭头并选择实例 A,将控制台 1 更改为显示来自 A 的消息。来自实例 A 的消息将显示在控制台 1 上。
您当然可以拖动 (或分离)一个控制台到其他地方以获得更好的可视性。
Run the application twice (say instance A and B). Console will display message from B. Then create two consoles as rsilva pointed (say 1 and 2). Both consoles will show message from B. After that change console 1 to display message from A by selecting the arrow near icon with monitor and select the instance A. The message from instance A will be displayed on console 1.
You can of course drag (or detached) one console to other place for better visibility.
只需查找您的控制台视图,然后单击右上角的“打开控制台”按钮并选择“新控制台视图”
Just look for your console view and in the right top click on the 'Open Console' button and select 'New console view'
如果您将控制台信息写入多个日志,那么您可以使用名为 Baretail 的实用程序,它是高度可配置且易于使用。它允许您实时查看不断增长的文件,例如日志。它易于使用且高度可配置 - 可能对您有帮助。
If you write out your console information to multiple logs, then you can use a utility called Baretail which is highly configurable and easy to use. It allows you to view a growing file, i.e. logs for example, in realtime. Its easy to use and highly configurable - might be of some help to you.
控制台选项卡附近应该有一个“打开控制台”按钮。
如果单击此按钮,您的选项之一应该是“新控制台视图”。
您现在将有 2 个控制台视图。
控制台选项卡附近的其他按钮之一是“显示选定的控制台”。当您选择此选项时,您可以从任何正在运行的应用程序中进行选择。
只需选择该选项卡,选择您希望其监视的应用程序,然后对其他选项卡重复此操作。
然后,您可以将 2 个控制台视图彼此独立地移动到您想要的任何位置。
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".
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.