You want to load your project specific settings for LLDB, init?
LLDB normally loads a .lldbinit
file that it finds in the current working directory. Unfortunately, Xcode lacks this
behaviour. (Filed as
This Xcode plugin will look in the project root (where you keep your xcworkspace
or xcodeproj
) for a .lldbinit
file and load it.
That’s it.
Install
Install it either through Alcatraz or manually:
git clone https://github.com/alloy/LLDB-Is-It-Not.git
- Open the Xcode project.
- Perform the build command.
- Restart Xcode.