chisel
chisel copied to clipboard
Chisel is a collection of LLDB commands to assist debugging iOS apps.
First up, thanks for making this awesome tool! I installed Chisel via `brew` today morning and I'm running into the following error anytime I use any Chisel commands. Any guesses...
I'am not sure but maybe "AppKit" should be there? https://github.com/facebook/chisel/blob/c92cc4c664254c8947ba2ec26d59280608dc3c34/fblldbbase.py#L82
Just installed chisel. `command script import /usr/local/opt/chisel/libexec/fblldb.py` in ~/.lldbinit Also ran the above in the console while debbuging, printed no errors. However, when I try this command: `pcurl urlRequest` (a...
or is it a limitation of lldb? like when i type "po s" i get "po self", but if i do "pview s" i get nothing.
Using the latest version of chisel from Homebrew. When I use pjson on a `[String: String]` dictionary in Swift, it doesn't appear to work. ``` (lldb) pjson response error: error:...
I get an error when I try to run `xtree` ``` error: error: Execution was interrupted, reason: breakpoint 18.1. The process has been returned to the state before expression evaluation....
xcode 9, Swift4 in oc ok! ``` visualize self.view error: error: use of undeclared identifier 'self' Traceback (most recent call last): File "/usr/local/opt/chisel/libexec/fblldb.py", line 83, in runCommand command.run(args, options) File...
error as follows: (lldb) mask self.testView error: error: use of undeclared identifier 'self' error: error: use of undeclared identifier 'None' error: error: use of undeclared identifier 'None' error: error: use...
(lldb) help pvc Print the recursion description of . Expects 'raw' input (see 'help raw-input'.) Syntax: Print the recursion description of . Arguments: ; Type: UIViewController*; The view controller to...
That's what happening: ```lldb (lldb) findinstances UIView Error loading Chisel: "dlopen(/usr/local/Cellar/chisel/1.7.1/libexec/commands/../../lib/Chisel.framework/Chisel, 2): image not found" ``` The framework exists at `/usr/local/Cellar/chisel/1.7.1/libexec/commands/../../lib/Chisel.framework/Chisel` and other commands are running perfectly.