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 data
orwrite out.json pjsond data
to combine it with the previous command