Re: Breakpoint in subtarget (ie: plugin)
Re: Breakpoint in subtarget (ie: plugin)
- Subject: Re: Breakpoint in subtarget (ie: plugin)
- From: email@hidden
- Date: Tue, 23 Dec 2003 22:15:57 -0800
I believe adding 'COPY_PHASE_STRIP' with a value of 'NO' to your
Development buildstyle should take care of that. I added that to my
project last week.
You can verify by looking at the detailed build results for the copy
phase and 'strip' should no longer be passed in the PBXCp where is was
before.
-ChrisF
On Dec 23, 2003, at 5:19 PM, email@hidden wrote:
>> I have a created a program that creates two separate bundles: main
>> application and a plugin. However, I cannot debug plugin just by
>> running program and setting a breakpoint in the plugin. It worked
>> fine with DevTools before, and it doesn't any more with XCode. Am I
>> missing something?
>
> It seems that the problem occurs only if I use Copy Phase to copy
> plugin to some location (was OK in DevTools). If I debug plugin in is
> original position everything seems to be alright. But I need to change
> plugins location before debugging. What shell I do? I there some
> option I don't know in XCode that would help me?
> _______________________________________________
> 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.