CodeLLDB v1.8.0 Release Notes

  • ๐Ÿ†• New

    • โšก๏ธ Updated LLDB to 15.0.0
    • โž• Added experimental split option to the [consoleMode](MANUAL.md#general) config setting. In this mode the debug console will be used for evaluation of expressions and a separate terminal will be created for input of LLDB commands.

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ ["Simple" expressions](MANUAL.md#simple-expressions)" now use a proper parser, which should make syntax error messages less confusing.
    • ${...}-delimited expressions embedded in Simple and Python expressions now may conatin full Native expressions, not just variable names, which the case previously.
    • The show_debug_info [command](MANUAL.md#debugger-commands) has been renamed to debug_info, with sub-commands list and show.