Re: Debugging two applications
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.