I. BACKGROUND
Development in eclipse, especially when there is a project running in the background, when there is a log or error to print to the console, the console will be automatically ejected, just when you are writing code, you will feel the moment to kill, Let's share how to turn off the console automatically.
Second, the solution steps
1. Open Console Management interface Windows-Preferences, Run/debug, console
2. In the right panel, remove the "show when program Writest" and "show when programs writes to standard error" two multiple boxes, respectively, meaning, Out of the console and when the program has errors thrown out of the console. Of course, this tab can also set the output character length in the console, sometimes due to too much data output in the console will overwrite the previous data and will not see the results you want to see. You can set this value by setting the console buffer size (characters).
Iii. Summary
So you will never receive automatic pop-up disgusting thing, very happy, there are wood ~
The console console of Eclipse is turned off automatically