visual-studio 在每次编译时禁用“输出窗口”显示
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4298307/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Disable displaying of "output window" at each compilation
提问by WolveFred
In VS2010, I noticed that the "output window" is shown every time we compile the solution, even if we have had close it.
在 VS2010 中,我注意到每次编译解决方案时都会显示“输出窗口”,即使我们已经关闭它。
In VS2008, that wasn't the case. I don't mind this output window. I prefer looking at the "Error window" only, and only if it is necessary. In VS2008, it was perfect.
在 VS2008 中,情况并非如此。我不介意这个输出窗口。我更喜欢仅在必要时查看“错误窗口”。在 VS2008 中,它是完美的。
How to disable the systematic displaying of the "output window" in VS2010?
如何禁用VS2010中“输出窗口”的系统显示?
回答by SLaks
Go to Tools, Options, Projects And Solutions, and uncheck Show Output Window when Build Starts.
转到工具、选项、项目和解决方案,然后取消选中构建开始时显示输出窗口。
回答by Valamas
While the question is related to compiling. I came to this question and I am sure other will, just to disable the output window entirely.
虽然问题与编译有关。我来到这个问题,我相信其他人会,只是为了完全禁用输出窗口。
So in addition to the accepted answer I offer the following.
因此,除了接受的答案之外,我还提供以下内容。
In VS2013 (versions maybe more or less).
在 VS2013 中(版本可能或多或少)。
Tools > Options > Debugging > Output Window
There are a number of options turned on for directing messages to the output window.
有许多选项可用于将消息定向到输出窗口。
I has simply saved a unit test class when it popped up in front of me.
当它出现在我面前时,我只是保存了一个单元测试类。
回答by no81no
In VS2013 also:
Tools -> Options -> Source Control -> Perforce - Logging -> uncheck "Show p4 command output for file operations"
在 VS2013 中还有:
工具 -> 选项 -> 源代码控制 -> Perforce - 日志 -> 取消选中“显示文件操作的 p4 命令输出”

