Mac OS X 下的远程调试

发布于 2024-08-14 13:58:06 字数 124 浏览 4 评论 0原文

有人有关于如何从另一台计算机调试应用程序的文档/提示/技巧/建议吗?我有一台 MacPro (10.6.1) 和一台 MacBook Pro (10.5.8),我想从后者调试驻留在前者上的应用程序。两者都运行 XCode 3.1.3。

Anyone have documentation/tips/tricks/advice on how to debug an application from another computer? I have a MacPro (10.6.1) and a MacBook Pro (10.5.8), and I'd like to debug an application residing on the former from the latter. Both are running XCode 3.1.3.

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

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

发布评论

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

评论(2

违心° 2024-08-21 13:58:06

有关远程调试的权威 Apple 文档可以在

更新:Xcode 4 不再支持远程调试。请参阅此处

The definitive Apple document on remote debugging can be found here.

Update: Remote debugging is no longer supported under Xcode 4. See here.

左耳近心 2024-08-21 13:58:06

基本上,主机和客户端计算机必须使用相同的项目文件路径。我通常在两台计算机上使用 /Users/Shared/ProjectName。设置复制脚本以将每次构建时对项目的最新更改发送到客户端,或者如果在快速 LAN 上,则只需安装客户端并从主机打开项目,以便两者都将看到相同的源。

然后在项目中创建可执行文件并为客户端设置远程调试设置。

Basically, both the host and client machines must be using the SAME path to the project files. I typically use /Users/Shared/ProjectName on both machines. Either setup a copy script to send the latest changes to the project on each build to the client or if on a fast LAN just mount the client and open the project from the host so both will see the same sources.

Then create an executable in your project and setup the remote debugging settings for the client.

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