Re: Xcode debugger broken with .mm files?
Re: Xcode debugger broken with .mm files?
- Subject: Re: Xcode debugger broken with .mm files?
- From: Joe Ranieri <email@hidden>
- Date: Sat, 21 Feb 2009 12:58:48 -0500
On Feb 21, 2009, at 12:54, George Warner wrote:
On Sat, 21 Feb 2009 08:42:52 +1030, Sir Rattykins <email@hidden
>
wrote:
Possibly unrelated, but... I'm getting a bunch of messages like
this in the
debug console when gdb is invoked:
warning: Could not find object file
"/Users/martin/Documents/Cocoa/safariadblock/safariadblock/trunk/
build/Safari
AdBlock.build/Release/Safari
AdBlock.build/Objects-normal/i386/ABPreferences.o" - no debug
information
available for
"/Users/martin/Documents/Cocoa/safariadblock/safariadblock/trunk/
ABPreferences.m
".
I'd start off by creating a new account, log in to it and try the
build/debug there; if gdb still spews the above I'd wonder about a
corrupt
system or development tools install.
Actually, this bit of spew is due to Safari AdBlock being an input
manager (loaded into all GUI processes) that was compiled with debug
information. Basically the debug information refers to files on Safari
AdBlock's creator's computer which don't exist on yours, which is why
gdb complains.
-- Joe Ranieri
_______________________________________________
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