Visual Studio 2010 - 仅查看特定类别的输出
在 Visual Studio 2010 中,仅查看给定调试类别的输出是有益的。IE
我们有许多开发人员在同一个项目上进行开发,并且
Debug.WriteLine("debugging", "category1");
Debug.WriteLine("debugging2", "category2");
输出窗口中发生了很多我们不需要看到的事情...例如,如果我们只能查看“category1
”的调试信息,那么事情就会变得容易得多。
是否有任何 VS 2010 扩展可以处理这种情况,或者有更好的方法来处理这种情况?
In Visual Studio 2010, it would be beneficial to only view the output of a given debug category..
I.E.
Debug.WriteLine("debugging", "category1");
Debug.WriteLine("debugging2", "category2");
We have numerous developers developing on the same project and theres a lot going on in the output window that we dont need to see... if we could only view the debug info for "category1
" for example, it would make things a lot easier.
Are there any VS 2010 extensions to handle this or is there a better way to handle this scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然这是不可能的(至少在 Visual Studio 的默认设置下)。
Apparently this isn't possible (at least with the default setup of Visual Studio).