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