https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263387
--- Comment #4 from Florian Walpen <[email protected]> --- > For lldb13 I use the default lldb binary: > > STARTING LLDB: /usr/bin/lldb This is the one installed with the FreeBSD base system. It will not work here AFAIK, because it is stripped down and missing the Python script bindings. You'll have to "pkg install llvm13" and configure /usr/local/bin/lldb13 in qtcreator. Your use of lldb14 looks ok though - are you sure it doesn't work? What are the symptoms? I also get the error message about /usr/local/include/../Src, but debugging still works for me. -- You are receiving this mail because: You are the assignee for the bug.
