从 Visual Studio 2010 的输出中删除第三方调试消息

发布于 2024-12-11 17:42:10 字数 85 浏览 0 评论 0原文

我在项目中使用第三方库,它用自己的消息向输出控制台发送垃圾邮件。当我调试代码时,我绝对不想看到这些消息。有没有办法告诉VS不显示外部库消息而只显示我的消息?

I am using a third party library in a project and it spams the Output console with its own messages. I have absolutely no desire to see the messages when I'm debugging my code. Is there any way to tell VS to not display the outside libraries messages and only display mine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

狼性发作 2024-12-18 17:42:10

您无法过滤输出调试消息,但通常有方法告诉库不要将消息转储到输出调试窗口(编译时定义/运行时调用/外部配置工具,如 netsh.exe)。

You cannot filter the output debug messages, but in general there is way to tell the libraries not to dump messages to the output debug window (compile time define / runtime call / outer configuration tool like netsh.exe).

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