In Eclipse, can I have multiple Console views at once, each showing a different Console?

后端 未结 3 1611
借酒劲吻你
借酒劲吻你 2020-11-29 19:30

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 simultan

3条回答
  •  渐次进展
    2020-11-29 20:16

    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

提交回复
热议问题