简体   繁体   English

Visual Studio Express 2012如何在构建成功时隐藏编译详细信息,并在构建失败时显示编译详细信息

[英]Visual Studio Express 2012 how to hide the compilation details when the build is success and show it when the build fails

This is really annoying, I´m used to see the compilation details only when the build fails, otherwise I´m happy just checking the message at the status bar saying build success . 这真的很烦人,我习惯于在构建失败时才能看到编译详细信息,否则我很乐意检查状态栏上的消息,指出构建成功 But it appears on every build... 但是它出现在每个版本中...

I´m trying Visual Studio Express 2012 and I have not found the setting required to get this effect 我正在尝试使用Visual Studio Express 2012,但未找到获得此效果所需的设置

Any ideas? 有任何想法吗?

In VS 2012: Tools > Options > Projects and Solutions > General 在VS 2012中:工具>选项>项目和解决方案>常规

  • Check 'Always show Error List if build finishes with errors' 选中“如果构建以错误结束,则始终显示错误列表”
  • Uncheck 'Show Output window when build starts' 取消选中“构建开始时显示输出窗口”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM