Re: Debugger can't deal with source?
Re: Debugger can't deal with source?
- Subject: Re: Debugger can't deal with source?
- From: Scott Squires <email@hidden>
- Date: Fri, 03 Feb 2006 11:01:26 -0800
- Thread-topic: Debugger can't deal with source?
That was the odd thing. Generate Debug Symbols was on and Level
of Debug Symbols was set to Default -g but I had to add -g manually to make
it work.
Since there's no Debug configuration available for things like Import
Codewarrior projects the specific GUI settings have to be guestimated based
on a fake debug project and by reading the comments for each setting.
Zerolink claims it's on by default in Debug builds but it doesn't appear to
be in your default debug configs. Build variant setting? Stripping
settings? Symbols settings? What seems logical and obvious isn't always
what's set in the debug config files.
Tahnsk,
Scott
and On 2/3/06 10:45 AM, "Jim Ingham" <email@hidden> wrote:
> If you type "debug" in the search window of a Target's Build tab, you
> will get a list of all the settings relevant to debugging. Some of
> them don't have simple Makefile equivalents - like Fix & Continue
> support which turns on a bunch of things. The two for debugging are
> Generate Debug Symbols which is just an on and off switch, and Level
> of Debug Symbols which controls which debug flag is passed to the
> compiler if Generate Debug Symbols is on. Clicking on the latter
> will show you the flags being passed in the info window down below.
>
> Jim
>
> On Feb 3, 2006, at 10:31 AM, Scott Squires wrote:
>
>> Jim,
>>
>> Thanks for the update.
>>
>> I added a compiler C flag of -g and it now works.
>>
>> Not sure why it wasn't set in the GUI. There doesn't seem to be
>> any direct
>> list of debug settings for the GUI or even how some of them
>> correspond to
>> the makefile flags/settings.
>>
>> Scott
>>
>>
>
> Jim Ingham
> Apple Developer Tools
>
>
>
_______________________________________________
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