Re: XCode / Debugger error message
Re: XCode / Debugger error message
- Subject: Re: XCode / Debugger error message
- From: Fritz Anderson <email@hidden>
- Date: Sat, 22 Dec 2007 16:31:49 -0600
On 22 Dec 2007, at 2:16 PM, Hartwig Wiesmann wrote:
When debugging an application (it does not matter which application
I debug) I get this error message when hitting a breakpoint:
Failed to load debugging library at:
/Developer/Applications/Xcode.app/Contents/PlugIns/
GDBMIDebugging.xcplugin/Contents/Resources/
PBGDBIntrospectionSupport.A.dylib
Custom data formatters are disabled.
Error message was:
0x4647a8 "2: Not an recognisable object file"
What is the problem and how do I get rid of this message?
1. What does this have to do with "Debugging Cocoa application unit
tests on Leopard," the thread to which you replied?
2. What version of Xcode are you using? I assume it's 3.0.
3. I assume the file is corrupt. You might confirm it with
cd /Developer/Applications/Xcode.app/Contents/PlugIns/
GDBMIDebugging.xcplugin
file Contents/Resources/PBGDBIntrospectionSupport.A.dylib
otool -f Contents/Resources/PBGDBIntrospectionSupport.A.dylib
otool -T Contents/Resources/PBGDBIntrospectionSupport.A.dylib
... and seeing if you get errors. But even if those didn't report any
errors, I'd still believe the file is corrupt.
Put /Developer into the trash, reinstall Xcode, and see if the problem
clears up. Also, boot into single-user mode and do a fsck -y / .
— F
_______________________________________________
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