From f160fcbbb948b486d9ccdc67b44ea2eca6b81792 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 23 Nov 2019 20:23:21 -0800 Subject: [PATCH] Fix errors in lldbinit with Xcode 11 --- lldbinit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lldbinit b/lldbinit index cbe95ef..d48739a 100644 --- a/lldbinit +++ b/lldbinit @@ -1,6 +1,5 @@ -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]/' +# Not working in Xcode 11 +#command script import /usr/local/opt/chisel/libexec/fblldb.py + command alias altrace po [[UIWindow keyWindow] _autolayoutTrace] -command script import /usr/local/opt/chisel/libexec/fblldb.py command alias cpo expression -l objective-c -o --