.lldbinit doesn't work in xCode
问题 .lldbinit was used to preload some scripts before xCode start. The goal of this file is to load some script code automatically. Many people recommend it but it DOESN'T WORK . I know the script code is correct because it works on manual call: command source ~/.lldbinit Does it work no more? I tried the following simple code in xCode 6.4: expr @import UIKit Any solutions except of breakpoints calling this script manually? 回答1: The .lldbinit in your home directory is sourced in BEFORE the target