• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugging Xcode project on 10.2.8 system?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging Xcode project on 10.2.8 system?


  • Subject: Re: Debugging Xcode project on 10.2.8 system?
  • From: Dave Camp <email@hidden>
  • Date: Thu, 9 Sep 2004 09:27:24 -0700

On Sep 9, 2004, at 12:43 AM, Lance Drake wrote:

Oh, this has got to seem like such a lamo question - but, since XCode doesn't install on 10.2.8 - what is the preferred/suggested strategy for debugging problems that only show up under 10.2.8 where a variety of the project has been built with the XCode 10.2.8 SDK?

I would guess you could use command line GDB. Mount your dev machine so you have access to the source. Attach to the app with gdb and do something like:


directory /path/to/source1
directory /path/to/source2
...

That should allow GDB to find the source for the executable.

If you are creative, you might be able to get the PB Debugger UI to work if you can get it to attach and find the source. I have not tried that...

Dave

---
It is dark; you are likely to be eaten by a grue. -Zork
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Debugging Xcode project on 10.2.8 system?
      • From: Jim Ingham <email@hidden>
References: 
 >Debugging Xcode project on 10.2.8 system? (From: Lance Drake <email@hidden>)

  • Prev by Date: Re: Xcode 1.x iBook Install Problems (RESOLVED!)
  • Next by Date: Moving physical location of source files in XCode?
  • Previous by thread: Debugging Xcode project on 10.2.8 system?
  • Next by thread: Re: Debugging Xcode project on 10.2.8 system?
  • Index(es):
    • Date
    • Thread