https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263387
--- Comment #2 from Ivan <[email protected]> --- >@Ivan: Can you double check in the debugger logs that qtcreator uses lldb13 or >lldb14 from ports, something like: >> STARTING LLDB: /usr/local/bin/lldb14 For lldb13 I use the default lldb binary: STARTING LLDB: /usr/bin/lldb ❯ /usr/bin/lldb --version lldb version 13.0.0 ([email protected]:llvm/llvm-project.git revision llvmorg-13.0.0-0-gd7b669b3a303) clang revision llvmorg-13.0.0-0-gd7b669b3a303 llvm revision llvmorg-13.0.0-0-gd7b669b3a303 And then I switch to lldb14 I use this binary: dSTARTING LLDB: /usr/local/bin/lldb14 ❯ /usr/local/bin/lldb14 --version lldb version 14.0.1 All the packages were installed via pkg install. No custom builds from ports. -- You are receiving this mail because: You are the assignee for the bug.
