Search code examples
xcodemacosremote-debugging

Remote debugging under Mac OS X


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.


Solution

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

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