简体   繁体   English

如何从lldb切换为gdb调试器类型?

[英]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. 我已经寻找了很长时间,试图弄清楚如何从lldb切换到gdb,却找不到有关如何在Xcode 6.1中的2之间进行切换的任何信息。 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. 我正在尝试调试我的应用程序,如果我使用gdb而不是lldb也许可以弄清楚它,但是我不知道它是否对我有帮助。

Any suggestions on which type of debugging is better and how to switch between the 2. Any input would be greatly appreciated. 任何有关哪种调试类型更好的建议以及如何在2种之间进行切换的任何建议,将不胜感激。

Thanks in advance. 提前致谢。

The debugger for Xcode 6 is lldb, there is no switching to gdb. Xcode 6的调试器是lldb,没有切换到gdb。

There is no reason to need gdb. 没有理由需要gdb。 What is your problem with lldb, most of the commands are the same. lldb的问题是什么,大多数命令是相同的。

See: LLDB to GDB Command Map and The LLDB Debugger . 请参阅: LLDB到GDB的命令映射LLDB调试器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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