Open Spongman opened 2 weeks ago
I see you use a custom liblldb. Try the bundled one.
I encountered a similar issue on MacOS 13.5.2. Downgrading CodeLLDB to v1.10.0 fixed the issue for me.
@dawidl022 See #999. TL;DR: try deleting debugserver in the extension directory. Are you running on x86 machine?
@vadimcn I have the same issue on Oracle Linux 8.10 trying to work with LLDB 17. I cannot use bundled, since we are using customized version of LLDB and the whole point is to have vscode UI on top of that particular LLDB distribution. v1.11.0 crashes, while v1.10.0 does work. Does that mean, that 1.11 doesn't support LLDB 17 ?
something changed recently, it used to work fine. now it just crashes immediately on startup. also, after it crashes the vscode debug UI continues to show that it's debugging, and the 'stop' button does nothing. a 'reload window' is required to try again...
OS: rocky 9.4 VSCode version: 1.94.0 CodeLLDB version: 1.11.0 Compiler: gcc (GCC) 13.3.1 20240611 (Red Hat 13.3.1-2) Debuggee: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c69dc0f66ac264b0fac0350c1b39ec25592f2ab5, for GNU/Linux 3.2.0, with debug_info, not stripped
Verbose log