CodeLLDB v1.6.5 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ› Bug #327: Enums are not correctly displayed on MacOS.
    • ๐Ÿ› Bug #451: Debug Console doesn't work with version 1.6.4 on Windows.
    • ๐Ÿ› Bug #454: readMemory request does not accept negative offset.

    ๐Ÿ†• New

    • ๐Ÿ Rust windows-msvc binaries built using nightly-2021-06-05 or later compiler will have their enums displayed correctly ๐ŸŽ‰. (This will be in stable rustc 1.54)
    • Upon completing a request, the [RPC server](MANUAL.md#rpc-server) will now respond with a status message.