Re: Running more than one executable simultaneously in single project
Re: Running more than one executable simultaneously in single project
- Subject: Re: Running more than one executable simultaneously in single project
- From: email@hidden
- Date: Sun, 5 Dec 2004 09:51:14 -0800
Currently Xcode only supports debugging one executable per project at a
time. So what you do is:
-Create a new empty project
-Add a Custom Executable that points to one of your executables
-Debug
(If your sources don't show in the debugger you can use the 'Source
Directories' table in the Debugger tab of the Executable Inspector to
tell the debugger where to get them.)
Cheers,
Chris
On Dec 5, 2004, at 4:14 AM, Jeremy Dronfield wrote:
I have a project with two targets, both standalone applications. They
run independently of one another, but they do sometimes communicate
via NSDistributedNotificationCenter. How can I get them both to run
simultaneously in Xcode? As far as I can see, Xcode only supports
running one executable at a time. At the moment I'm having to build
them, then switch to Finder and run them from there, which is both
inconvenient and deprives me of logging/debugging feedback.
Regards
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden