facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pvc error

shimminZ opened this issue · comments

(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 print the
description of.

Syntax: pvc

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

commented

👍

commented

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?