Eclipse uses multiple consoles and eclipse multiple consoles
When debugging a program, you sometimes need to use multiple consoles at the same time. For example, if one Console runs the Server, one Console runs the Client. In general, Eclipse only has one Console, and a Console needs to be added.
Click Open Console (window with the plus sign) and select "5 New Console View" to add a Console.
Then, you can run two Java applications respectively. However, both of the consoles are post-running applications. Click the drop-down arrow next to the computer icon to select the Application displayed on the Console, make the two consoles display different consoles.
Java: In eclipse, How can I check the two consoles at the same time?
There is a button "New Console View" that allows you to create another Console,
There is also a button "Display Selected Console", which can be switched between the two consoles.
In this way, you can display two consoles at the same time.
How does Eclipse disable the redundant Console?
In Debug> Launch on the parameter page, the old one is deleted each time a new Launch is created. With this option, I do not know whether you are in Chinese or English.