Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does LLDB stand for?

What does LLDB ,debugger in xcode, stand for? Is it something like "low level debugger"? Googled it, however couldn't find an answer.

like image 314
Eray Diler Avatar asked Aug 25 '15 09:08

Eray Diler


1 Answers

As per the Xcode Debugging course on Udacity, LLDB stands for Low Level Debugger

Link to the course - https://www.udacity.com/course/xcode-debugging--ud774 (Mentioned in the 2nd slide of Lesson 3)

like image 95
Ahsas Avatar answered Sep 22 '22 13:09

Ahsas