Reputation: 131
I'm new to Mac, I would like to know how to Install LLDB on MAC. I'm running the OS X 10.11 El Capitan GM. I need to debug one of my friends Application on iOS.
I would like to instead of using xcode, have only a Window that looks like terminal but is LLDB. Any idea on how to do that? Thank you.
Upvotes: 10
Views: 43348
Reputation: 1421
Without installing Xcode, Open terminal
, type lldb
and press return. You will be prompted to complete the installation.
Upvotes: 13