Trace.WriteLine 不产生任何输出

发布于 2024-12-20 16:23:23 字数 145 浏览 2 评论 0原文

我遇到了一个奇怪的问题 Trace.WriteLine 不产生任何输出。我已经跟踪了代码,Trace.Writeline 肯定被调用,但输出窗口或 SysInternals 的 DebugView 中没有出现任何输出。

我的系统有问题吗?我该如何修复这个问题?

I'm having an odd problem With Trace.WriteLine not producing any output. I've traced the code and Trace.Writeline is definitely getting called, but no output is appearing in the Output window or in SysInternals' DebugView.

Is something wrong with my system? How can I repair this?

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

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

发布评论

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

评论(2

柠北森屋 2024-12-27 16:23:24

Visual Studio 中的一个设置可能会导致跟踪/调试输出最终出现在不同的窗口中。为确保安全,请选择Tools |选项... |调试并确保标记为将所有输出窗口文本重定向到立即窗口的复选框未选中。

There's a setting in Visual Studio that can cause trace/debug output to end up in a different window. To be sure, choose Tools | Options... | Debugging and make sure the check-box labeled Redirect all Output Window text to the Immediate Window is unchecked.

じее 2024-12-27 16:23:24

确保 TraceListener 中有适当的 Trace.Listeners 集合。

Make sure there is an appropriate TraceListener in the Trace.Listeners collection.

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