chisel icon indicating copy to clipboard operation
chisel copied to clipboard

pvc error

Open shimminZ opened this issue 7 years ago • 4 comments

(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

shimminZ avatar Dec 06 '17 15:12 shimminZ

👍

Unihilator avatar Dec 11 '17 15:12 Unihilator

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 avatar Dec 13 '17 09:12 Unihilator

@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 .

shimminZ avatar Dec 25 '17 01:12 shimminZ

I can't reproduce this. Are you still getting this error @shimminZ?

kastiglione avatar Mar 06 '18 05:03 kastiglione