What does LLDB stand for?

Era*_*ler 6 debugging ios lldb

LLDB,xcode中的调试器代表什么?它是否像"低级调试器"?用Google搜索,但无法找到答案.

Ahs*_*rma 11

根据Udacity上的Xcode调试课程,LLDB代表L ow L evel D e b ugger

链接到课程 - https://www.udacity.com/course/xcode-debugging--ud774 (在第3课的第2张幻灯片中提到)


Han*_*nes 4

LLDB 是 Clang/LLVM 编译器工具链的调试器组件。

检查这里: http: //lldb.llvm.org/