Visual Studio 2010 - 仅查看特定类别的输出

发布于 2024-09-12 17:07:14 字数 330 浏览 6 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慈悲佛祖 2024-09-19 17:07:14

显然这是不可能的(至少在 Visual Studio 的默认设置下)。

Apparently this isn't possible (at least with the default setup of Visual Studio).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文