wxString is different, and needs that extra ugliness. What happens if you try a std::string and use the lldb-suggested method?OK, so these are connected. If I go into LLDB settings -> Types, I see:
type summary add wxString --summary-string "${var.m_impl._M_dataplus._M_p}"
But if I look at the lldb docs, they kinda suggest something more like this:
type summary add std::string --summary-string "${var%S}"
I presume that lldb.conf has sane permissions, and CodeLite is running in the same partition as it?15:43:40: Error: can't open file '/home/abe/.codelite/config/lldb.conf' (error 2: No such file or directory)
Apart from that, I'm afraid I don't have any ideas. You really need another Arch user's input.
Heh. There's also gdb, of course.In the mean time, I need to learn command line debugging anyway..
Regards,
David