facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.12k stars 804 forks source link

pviews AttributeError: 'NoneType' object has no attribute 'split' ? #276

Closed Ambtion closed 4 years ago

Ambtion commented 4 years ago

border view Traceback (most recent call last): File "/usr/local/Cellar/chisel/fblldb.py", line 83, in runCommand command.run(args, options) File "/usr/local/Cellar/chisel/commands/FBDisplayCommands.py", line 78, in run for view, level in viewHelpers.subviewsOfView(obj): File "/usr/local/Cellar/chisel/fblldbviewhelpers.py", line 75, in subviewsOfView for i in xrange(subviewsCount): NameError: name 'xrange' is not defined

Ambtion commented 4 years ago

I chang xrange to range in fblldbviewhelpers.py; it done