如何从Leopard到Tiger进行远程调试?
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您习惯直接使用 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.