add rd to lldbinit
This commit is contained in:
parent
3c14259110
commit
5e8e69326b
1 changed files with 1 additions and 0 deletions
1
lldbinit
1
lldbinit
|
|
@ -2,3 +2,4 @@ command alias offline expr [[FakeOffline sharedInstance] goOffline]
|
|||
command alias online expr [[FakeOffline sharedInstance] goOnline]
|
||||
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]/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue