Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 637 Bytes

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 📡 rdar://23671344.)

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.