Can I switch the gdb client to XCode?

How can I switch to using a different gdb client in Xcode on MACOS? Or, if it is possible at all?

Thanks.

0


a source to share


3 answers


Not sure what you mean by "another gdb client in Xcode". What are you really trying to do?



0


a source


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.



0


a source


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

0


a source







All Articles