How do you stop Console from popping up automatically in Eclipse

前端 未结 3 975
南旧
南旧 2020-12-13 08:40

I have a web application running in Eclipse with Tomcat. It has a few errors that make the console popup every few seconds. How do I stop it from automatically popping up

相关标签:
3条回答
  • 2020-12-13 08:52

    This can also be done in Preferences

    Windows > Preferences > Run/Debug > Console

    uncheck "Show when program writes to standard out" and/or "Show when program writes to standard error".

    0 讨论(0)
  • 2020-12-13 09:01

    There are two icons - "Show Console When X changes" in the console view. Unselect those.

    0 讨论(0)
  • 2020-12-13 09:09

    There are two buttons on the console toolbar at the bottom that allow you to take focus (or not)...one for stdout, one for stderr. I have an image with the buttons circled.

    0 讨论(0)
提交回复
热议问题