Visual Studio 下 Xcode 的 NSlog 等效项

发布于 2024-11-02 13:29:38 字数 252 浏览 3 评论 0原文

在 Xcode for MAC 下,我使用 NSlog 和 Console 进行调试。 Windows下的Visual Studio下有等效的方法吗?

编辑:为了完整起见,以下是

使用 System.Diagnostics 所需的内容; //命名空间

//写入调试控制台 Debug.WriteLine("这里有东西");

此外,与 Apple 的 NSLog 不同,Debug.Write 仅在应用程序构建为调试模式时输出。

Under Xcode for MAC, I use NSlog and the Console for debugging. Is there an equivalent method under Visual Studio under Windows?

Edit: For completeness, here is what needed

using System.Diagnostics; //namespace

//to write to debug console
Debug.WriteLine("something goes here");

Also, unlike Apple's NSLog, the Debug.Write only output when the app is built as Debug mode.

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

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

发布评论

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

评论(1

鸩远一方 2024-11-09 13:29:38

我认为这是 WinAPI OutputDebugString 函数。

I think it's WinAPI OutputDebugString function.

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