Eclipse open console apps in separate window

前端 未结 3 1332
遇见更好的自我
遇见更好的自我 2020-12-03 10:32

Is there a way to configure eclipse to open console apps in a new window rather than it\'s own console when you run/debug them?

I\'m debugging a client/server applic

3条回答
  •  庸人自扰
    2020-12-03 11:13

    In eclipse, you can have two console views... On the console view, you have a button called 'open console' (the most right button in the console view). If you click this and select option 3 (new console view), you will see two consoles.

    If you right click on the console tab and click on 'detached' the console will be detached from the eclipse frame. (for Eclipse Juno, see the HRJ's comment below)

    You can select which output you want to see on each console by clicking the 'display selected console' button (second button from the right on the console view)

提交回复
热议问题