NSLog 与 Coda 的插件开发

发布于 2024-08-06 05:42:44 字数 191 浏览 4 评论 0原文

我刚刚开始尝试为 Coda 编写插件。

现在,我一生都无法弄清楚 NSLog 如何或在哪里输出以进行调试。当 Coda 加载该插件时,它工作正常。所以我的问题是:

1)为了快速而肮脏,我应该使用带有应用程序插件的 NSLog 吗? 2)每次当我从另一个应用程序运行插件时从插件中调用 NSLog 时会发生什么?

谢谢!

I've just started and am attempting to write plug-ins for Coda.

Now, I can't for the life of me i can't figure out how or where NSLog's get outputted for debugging. When the plugin is loaded by Coda, it works fine. So my question is:

1) for the quick and dirty, should I be using NSLog w/ an app plugin?
2) what happens everytime I call NSLog from within a plugin while it's running from another app?

thanks!

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

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

发布评论

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

评论(1

紫瑟鸿黎 2024-08-13 05:42:44

Console.app 中查找它,您可以在其中查看大多数日志文件。

插件通常加载到应用程序的代码中,因此具有相同的 stdout。它们打印到与应用程序相同的文件。

Look for it in Console.app, that's where you can look at most log files.

Plugins are normally loaded into the application's code and therefore have the same stdout. They print to the same file as the application does.

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