MyEclipse取消自动跳到Console窗口

在Myeclipse中当全屏查看其它文件时,如果控制台有东西输出,就会弹出控制台窗口,如何取消?

方法1:

-->右键在console窗口中点Preferences, 

-->将Show when program writes to standard out 与Show when program writes to stadard error去掉

方法2:

-->找到上面的菜单,Windows-Preferences-Run/Debug-console

-->将Show when program writes to standard out 与Show when program writes to stadard error去掉

这样,在最大化一些其它窗口时, 如果console有输出就不会自动弹出了。

猜你喜欢

转载自blog.csdn.net/qq9808/article/details/81099757