Re: XCode 1.5 not showing source listing in debugger
Re: XCode 1.5 not showing source listing in debugger
- Subject: Re: XCode 1.5 not showing source listing in debugger
- From: Brad Oliver <email@hidden>
- Date: Wed, 11 Aug 2004 15:56:41 -0700
On Aug 11, 2004, at 3:25 PM, Jim Ingham wrote:
You have to also make sure that whatever product you are building here
is not getting stripped somewhere down the line. There is a setting
in the UI (Produce Unstripped Product) that controls this.
"Strip Debug Symbols from Binary Files" is unchecked for this build
style. "Produce Unstripped Product" was also unchecked. I checked it,
did a Clean All and rebuilt, but still the symbols are missing.
If this helps, the intermediate .o files in the build directory have
the symbols for the files in question, so it does seem as if they are
getting stripped out somewhere down the line at the link phase. I don't
know what other settings to check at this point to verify that,
however.
--
Brad Oliver
email@hidden
_______________________________________________
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.