在 VS2010 中查看构建错误比 VS2008 更难
在 VS2008 中,查看错误列表更容易,但在 VS2010 中,它会在调试窗口中写入所有错误和警告以及这些其他消息,例如调试信息……。所以有时我什至必须在调试窗口中搜索错误一词才能找到该窗口中的错误行..但在 VS2008 中它们是分开的,并且在一个漂亮的电子表格中外观和感觉..是否有某个设置我可以用来让它更类似于VS2008中的吗? 我使用的是带有 SP1 的 VS2010 Pro
in VS2008 it was easier to view the error list but in VS2010 it is writing all the errors and warnings and these other messages like debug info,... all in debug window. so sometimes I even have to do a search in debug window on the word error to find the line of error in this window..but in VS2008 they were separate and in a nice spread sheet look and feel .. is there a setting somewhere I can use to make it more similar to what it was in VS2008?
I am using VS2010 Pro with SP1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您查看的是“输出”窗口而不是“错误列表”吗?
Ctrl+E,W 或查看->错误列表 查看错误列表窗口。
Are you viewing the Output window instead of the Error List?
Ctrl+E,W or View->Error List to see the Error List window.