OS: Ubuntu Server 24.04
VSCode version: 1.105.1
CodeLLDB version: 1.11.8
Compiler: clang++-18/lld++-18
Debuggee: Elf64/x86_64-linux-gnu exec
Reproduction steps:
- Make a simple cpp program that makes a std::array.
- Add a breakpoint anywhere after the initialization of the array.
- Add any element of the array to the watch list.
Expected:
Shows the value of the element.
Actually:
Errors out with a IndexError.
Details
Is a crash, but the crash seems intentional. Logs:
LLDB.log