简体   繁体   中英

How do I switch from lldb to gdb debugger types?

I have been looking around for quite a while trying to figure out how to switch from lldb to gdb and could not find anything on how to switch between the 2 in Xcode 6.1. I am trying to debug my app and I might be able to figure it out if I use gdb instead of lldb but I don't know if it will help me.

Any suggestions on which type of debugging is better and how to switch between the 2. Any input would be greatly appreciated.

Thanks in advance.

The debugger for Xcode 6 is lldb, there is no switching to gdb.

There is no reason to need gdb. What is your problem with lldb, most of the commands are the same.

See: LLDB to GDB Command Map and The LLDB Debugger .

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