How to specify which GDB (with the full path) I can use in XCode on MacOS? Thank you.
Asked
Active
Viewed 604 times
1 Answers
2
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>

Joey Hagedorn
- 2,408
- 19
- 22