Re: Fix and Continue Question
Re: Fix and Continue Question
- Subject: Re: Fix and Continue Question
- From: Rich Siegel <email@hidden>
- Date: Thu, 31 Aug 2006 13:23:28 -0400
On 8/31/06 at 7:41 AM, David Dunham <email@hidden> wrote:
> On 30 Aug 2006, at 20:58, Brian Amerige wrote:
>
> > Is there some specific requirement that needs to be met in order to
> > use Fix and Continue?
>
> According to the easily searchable Xcode documentation, "you must make
> sure you build your program using the following settings:
>
> Build using native targets
> Compile your code with GCC version 3.3 or later
> For C++ developers, link your code using ZeroLink
> Build your code without optimizations
> Build your code with debugging symbols enabled"
And one other thing not mentioned in the documentation: you can't use
-mdynamic-no-pic ("Position Dependent Code") because otherwise you'll
get obscure errors when you try to Fix.
BTW:
> For C++ developers, link your code using ZeroLink
I _think_ that requirement is incorrect, but perhaps someone on the
Xcode team could correct me if I'm mistaken?
R.
--
Rich Siegel Bare Bones Software, Inc.
<email@hidden> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.
_______________________________________________
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