chisel
chisel copied to clipboard
pvc error
(lldb) help pvc Print the recursion description of <aViewController>. Expects 'raw' input (see 'help raw-input'.)
Syntax: Print the recursion description of <aViewController>.
Arguments: <aViewController>; Type: UIViewController*; The view controller to print the description of.
Syntax: pvc <aViewController>
This command is implemented as FBPrintViewControllerHierarchyCommand in /usr/local/Cellar/chisel/1.6.0/libexec/commands/FBPrintCommands.py.
(lldb) pvc error: error: expected unqualified-id error: expected unqualified-id error: expected unqualified-id None
👍
problem is somewhere in fblldbinit. Cant debug it because can't reload module with the command script reload(fblldbbase)
. Anyway we can use po [UIViewController _printHierarchy]
for now
@Unihilator Thank you. the po [UIViewController _printHierarchy] is useful. but i am according to the configuration documentation set the .fblldbinit . and the visualize command is valid .
I can't reproduce this. Are you still getting this error @shimminZ?