facebook / chisel

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

Setup wrong in Xcode11.0 #270

Closed Lenhulk closed 5 years ago

Lenhulk commented 5 years ago

(lldb) command source ~/.lldbinit command script import /usr/local/opt/chisel/libexec/fblldb.py error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('Whoops! You are missing the <' + arg.argName + '> argument.')? (fblldb.py, line 98) File "temp.py", line 1, in

kastiglione commented 5 years ago

Being fixed in #266

kolinkrewinkel commented 5 years ago

Fixed by #266!