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

fail to call visualize command #205

Open
Bupterambition opened this issue Oct 9, 2017 · 0 comments
Open

fail to call visualize command #205

Bupterambition opened this issue Oct 9, 2017 · 0 comments

Comments

@Bupterambition
Copy link

visualize 0x7fd1f054ebc0
error: error: invalid suffix 'isKindOfClass' on integer constant
Traceback (most recent call last):
File "/usr/local/opt/chisel/libexec/fblldb.py", line 83, in runCommand
command.run(args, options)
File "/usr/local/Cellar/chisel/1.5.0/libexec/commands/FBVisualizationCommands.py", line 178, in run
_visualize(arguments[0])
File "/usr/local/Cellar/chisel/1.5.0/libexec/commands/FBVisualizationCommands.py", line 149, in _visualize
if objectHelpers.isKindOfClass(target, 'UIImage'):
File "/usr/local/opt/chisel/libexec/fblldbobjecthelpers.py", line 15, in isKindOfClass
return fb.evaluateBooleanExpression(isKindOfClassStr.format(className))
File "/usr/local/opt/chisel/libexec/fblldbbase.py", line 84, in evaluateBooleanExpression
return (int(evaluateIntegerExpression('(BOOL)(' + expression + ')', printErrors)) != 0)
File "/usr/local/opt/chisel/libexec/fblldbbase.py", line 76, in evaluateIntegerExpression
output = evaluateExpression('(int)(' + expression + ')', printErrors).replace(''', '')
AttributeError: 'NoneType' object has no attribute 'replace'

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

0 participants