config/lldbinit

5 lines
365 B
Text

command alias uikit expr @import UIKit
command alias foundation expr @import Foundation
command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'
command alias altrace po [[UIWindow keyWindow] _autolayoutTrace]
command script import /usr/local/opt/chisel/libexec/fblldb.py