I want to debug with CodeLLDB on CentOS 7, but get an error like this:
/home/xxx/.vscode/extensions/vadimcn.vscode-lldb-1.6.1/adapter/codelldb: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/xxx/.vscode/extensions/vadimcn.vscode-lldb-1.6.1/adapter/codelldb)
LLDB requires a higher version of glibc.
I get it work by the following steps: