A collection of lldb scripts to aid in debugging Swift
Run
$ make
- write.py - Writes the output of any lldb command to file. E.g
write lldb.out register read - print_json.py - Prints Data or Encodables as JSON String. E.g
pjsond dataorwrite out.json pjsond datato combine it with the previous command