如何从Leopard到Tiger进行远程调试?

发布于 2024-07-25 06:27:16 字数 114 浏览 4 评论 0原文

我有一个在 Leopard 上运行良好的应用程序,但在 Tiger 上我遇到了一些错误,仅通过堆栈跟踪无法解决。

是否有可能从 Leopard 到 Tiger 进行远程调试?如果可以,如何进行?

I have an app that works great on Leopard but on Tiger I'm getting some errors I can't resolve just from the stack trace.

Is it possible at all to do remote debugging from Leopard to Tiger, and if so, how?

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

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

发布评论

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

评论(1

我不咬妳我踢妳 2024-08-01 06:27:16

如果您习惯直接使用 gdb,则只需复制符号文件,通过 ssh 进入 Tiger 机器并使用 gdb。 否则,您应该能够按照 文档

If you are comfortable using gdb directly you can just copy over the symbol files, ssh into the tiger machine and use gdb. Otherwise you should be able to use Xcode's integrated debugger by following the remote debugging instructions described in the documentation.

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