• 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 two applications
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging two applications


  • Subject: Re: Debugging two applications
  • From: Chris Friesen <email@hidden>
  • Date: Wed, 11 Aug 2004 14:19:36 -0700

You can have one debugger session running per project. So you need a second project. If your client and server targets are in a single project, create a new empty project then add a new custom executable to it that points to either your server or client application. Using the executable inspector you can add the paths to the sources so they will show up in the debugger. You need to do this when the sources are not in the location they were in when the executable with debugging symbols was built.

-Chris

On Aug 11, 2004, at 1:28 PM, Daniel Hazelbaker wrote:

Hello,

Is there a way to debug two applications at the same time from the same machine? I have a client/server application(s) that I am writing and at times need to run the debugger on both at the same time (or at least it would be much faster if I could). Currently the only way I have seen to do this is by running XCode on two different machines. Is there a way to do this other than doing one of them from the command line gdb only?

Daniel
_______________________________________________
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.
_______________________________________________
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.


References: 
 >Debugging two applications (From: Daniel Hazelbaker <email@hidden>)

  • Prev by Date: Re: XCode, jar and images
  • Next by Date: Re: XCode 1.5 not showing source listing in debugger
  • Previous by thread: Debugging two applications
  • Next by thread: How to use class browser to browse classes defined in *.hh files?
  • Index(es):
    • Date
    • Thread