Hello, I just started learning codelite (and C++), and I'm having a little trouble getting the lldb debugger working.
I've successfully installed 7.0 from git on Arch Linux, and can successfully compile my programs using boost, clang++, etc.
When I pull up the debugger, the string variables don't show up. Instead, I get "error: summary string parsing error"
Integers work fine.
I am able to step through the program, and output is as expected.
Also, when I look at the Trace tab at the bottom, I see:
Code: Select all
15:43:40: Error: can't open file '/home/abe/.codelite/config/lldb.conf' (error 2: No such file or directory)
15:43:41: Error: can't open file '/home/abe/.codelite/config/lldb.conf' (error 2: No such file or directory)
15:43:41: Error: can't open file '/home/abe/.codelite/config/lldb.conf' (error 2: No such file or directory)
15:45:12: Error: can't open file '/home/abe/.codelite/config/lldb.conf' (error 2: No such file or directory)
Are these two problems related?
Where can I find out what lldb.conf should contain?
Thanks!