How can I switch to use a different gdb client in Xcode on MACOS? Or if this is possible at all?
Thank you.
I think what you want is to go to the Product menu, then select Scheme->Edit Scheme.
There you can change your debugger to be GDB instead of LLDB
Do you mean switch to a different debugger GUI that uses gdb internally? ddd is available for OS X so it's possible that there may also be others.
Not sure what you mean by "different gdb client in Xcode." What are you really trying to do?