0

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

Thank you.

lucius
  • 2,179
  • 7
  • 28
  • 26

3 Answers3

0

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

Daniel Retief Fourie
  • 626
  • 2
  • 10
  • 20
0

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.

the_mandrill
  • 29,792
  • 6
  • 64
  • 93
0

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

cdespinosa
  • 20,661
  • 6
  • 33
  • 39