chisel
chisel copied to clipboard
Chisel is a collection of LLDB commands to assist debugging iOS apps.
``` (lldb) pblock completion error: error: cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'NSString *' passing argument to parameter 'aKey' here error: cannot initialize...
`pivars` command call the `class_copyIvarList` to get all ivars of an Class and print them out. It would show the offset, type, name and value if need. ``` (lldb) pivars...
> error: module importing failed: Traceback (most recent call last): File "", line 1, in File "/usr/local/opt/chisel/libexec/fblldb.py", line 98 print 'Whoops! You are missing the argument.' Show error message in...
Traceback (most recent call last): File "", line 1, in NameError: name 'lldb' is not defined error: module importing failed: Traceback (most recent call last): File "", line 1, in...
pjson not show Chinese. Show "" NSDictionary *name = @{@"1":@"你好",@"2":@"中国"}; pjson name { "1" : "", "2" : "" }
Hi, I am trying latest commit of chisel in a Mac App, if I visualize a controller, it will fail with this error: ``` error: error: Execution was interrupted, reason:...
MacOS 10.15.1 Homebrew 1.8.3 When I execute '''brew install chisel''' in my Terminal,An Error appears as the flowing:" You are using macOS 10.15. We do not provide support for this...
macOS 10.14.6 Xcode Version 10.2.1 Python 3.7 and Python 2.7 After installing chisel, .lldbinit is set, and can run normally in the terminal, but running under xcode reports an error...
error: error: cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'NSString *' passing argument to parameter 'aKey' here error: cannot initialize a parameter of type...
 It's normal on iOS10, but I can't use it on iOS12.......