Re: Debugger can't deal with source?
Re: Debugger can't deal with source?
- Subject: Re: Debugger can't deal with source?
- From: Jim Ingham <email@hidden>
- Date: Fri, 3 Feb 2006 10:45:42 -0800
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