简体   繁体   中英

Can i switch gdb client on XCode?

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM