Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pvc error #213

Open
shimminZ opened this issue Dec 6, 2017 · 4 comments
Open

pvc error #213

shimminZ opened this issue Dec 6, 2017 · 4 comments

Comments

@shimminZ
Copy link

shimminZ commented Dec 6, 2017

(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

@Unihilator
Copy link

👍

@Unihilator
Copy link

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

@shimminZ
Copy link
Author

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

@kastiglione
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants