Re: Problem Debugging GNU Make Projects
Re: Problem Debugging GNU Make Projects
- Subject: Re: Problem Debugging GNU Make Projects
- From: Chris Friesen <email@hidden>
- Date: Mon, 7 Feb 2005 14:46:38 -0800
In the Debugging tab of the Executables inspector there is a table with the label 'Additional directories to find source files in:' that will help Xcode find your sources when debugging. Note that if the sources are in the same location from when you built your project, the paths in the debugging symbols will already point to your code and Xcode will find them without needing any entries in the 'Additional directories' table.
Cheers,
ChrisF
On Jan 27, 2005, at 3:54 PM, Tony Cebzanov wrote:
So, I'm left wondering if there's any way to find debugging happiness in this environment. Creating separate, flat Xcode projects with a single directory each isn't feasible, because there are so many directories, and managing dependencies between projects would be a nightmare. What I'm hoping is that there's some setting, feature, or trick to getting Xcode to be able to know what subdirectory it's in, so that when an external target is building in a subdirectory, it can bring up the relevant source file.
_______________________________________________
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