vote up 0 vote down star

Hi,

How to specify which GDB (with the full path) I can use in XCode on MacOS? Thank you.

flag

17% accept rate

1 Answer

vote up 1 vote down

You can set the PBXGDBPath user default for Xcode to specify a different version of GDB for Xcode to use.

defaults write com.apple.Xcode PBXGDBPath <path/to/your/gdb>

http://developer.apple.com/documentation/DeveloperTools/Reference/XcodeUserDefaultRef/100-Xcode_User_Defaults/UserDefaultRef.html#//apple_ref/doc/uid/TP40005535-CH3-SW54

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.