From time to time I need to print long string using LLDB. Default LLDB setting trims printed string, and I have to type in this thing:
set set target.max-str
Well solution is quite simple. First create file ~/.lldbinit and then put there commands you wish to be run when LLDB starts, in my case:
~/.lldbinit
set set target.max-string-summary-length 10000