delve v1.8.2 Release Notes

Release Date: 2022-03-07 // about 2 years ago
  • ➕ Added

    • ➕ Add '-clear' option for 'condition' command (@chainhelen)
    • 👌 Support ctrl-Z for shell job control (@derekparker)

    🛠 Fixed

    • 👌 Improve handling of hard coded breakpoints (@aarzilli)
    • 👍 Better error messages for ambiguous function calls / type casts (@aarzilli)
    • 🛠 Fix crash when trying to open separate debug info (@aarzilli)
    • 🖐 Handle non-install dev tools on osx (@zchee)

    🔄 Changed

    • ⬇️ Downgrade loadBuildID error to warning (@aarzilli)
    • Require go-delve/liner in go.mod file instead of upstream version (@hyanhag)