All Versions
79
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 3

  • v1.5.2 Changes

    May 29, 2020

    ๐Ÿ›  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.
  • v1.5.1 Changes

    February 27, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug 270: CodeLLDB requires too new liblzma on OSX
  • v1.5.0 Changes

    February 24, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #252: Cannot Attach: Could not send event to DebugSession: "Full(..)"
    • ๐Ÿ› Bug #253: Rust conditional breakpoints: usize is a string?
    • ๐Ÿณ Debugging inside docker containers should work now.

    ๐Ÿ”„ Changed

    • โœ‚ Removed "classic" adapter.
    • ๐Ÿ‘Œ Improved platform package validation after download.
  • v1.5.0-dev

    December 27, 2019
  • v1.4.5 Changes

    December 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved compatibility with Anaconda Python on Windows.
    • ๐Ÿ›  Fixed parsing of Python versions involving beta releases.

    Other

    • ๐Ÿš€ Version 5.3 of Mozilla's rr has been released a few days ago. It seems to work pretty well with CodeLLDB's [reverse debugging](MANUAL.md#reverse-debugging) support.
    • ๐Ÿ‘ This is likely to be the last version supporting "classic" adapter.
  • v1.4.4 Changes

    December 05, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #238: Unable use attach snippet
  • v1.4.3 Changes

    December 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #231: v1.4.1 freezes program
  • v1.4.3-dev

    December 01, 2019
  • v1.4.2 Changes

    November 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #229: Cargo invocation has failed: Error: spawn ENOMEM
  • v1.4.1 Changes

    November 25, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #221: No-debug launch mode doesn't work.
    • ๐Ÿ›  Fixed "reinterpret as array" format specifier (var,[length]).

    ๐Ÿ†• New

    • ๐Ÿ‘ Rust visualizers now support HashMap and HashSet.
    • ๐Ÿ‘ The .../command [URL handler](MANUAL.md#starting-debug-session-outside-of-vscode) now supports setting debuggee environment variables.
    • โž• Added support for armv7 platform (Raspberry Pi, etc).