CodeLLDB v1.5.2 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #276: Running lldb python scripts only outputs to OUTPUT(lldb) tab.
    • ๐Ÿ› Bug #286: "Run Without Debugging" doesn't wait for process to finish.
    • ๐Ÿ› Bug #297: Breakpoints disappear when debug symbols have relative path outside ${workspaceFolder}, or paths that need mapping.
    • ๐Ÿ›  Fixed compatibility with Eclipse Theia IDE (thanks @dschafhauser!)

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated bundled LLDB to v10.0.1

    ๐Ÿ†• New

    • โž• Added '/cmd ' prefix (in addition to backtick) for executing lldb commands when debug console is set to evaluate mode.