delve v1.7.0 Release Notes

Release Date: 2021-07-19 // almost 3 years ago
  • ➕ Added

    • 👍 Go 1.17 support (@aarzilli, @mknyszek)
    • ➕ Add new API and terminal command for setting watchpoints (@aarzilli)
    • ➕ Add filtering and grouping to goroutines command (@aarzilli)
    • ➕ Added support for hit count condition on breakpoints (@suzmue, @aarzilli)
    • DAP server: Handle SetVariable requests (@hyangah)
    • 👍 DAP server: Add clipboard support (@hyangah)

    🛠 Fixed

    • 🛠 DAP server: Several shutdown / disconnect fixes (@suzmue, @polinasok)
    • 🏁 DAP server: Clean output executable name on Windows (@hyangah)
    • DAP server: Variables response must not have null variables array (@polinasok)
    • 🛠 Fix runtimeTypeToDIE setup (necessary for Go 1.17) (@aarzilli)
    • ✅ Reenable CGO stacktrace test on arm64 (@derekparker)
    • 🛠 Fix incorrect integer casts in freebsd C backend (@dwagin)
    • Ensure correct exit status reported on commands following process death (@derekparker)
    • 🔨 Misc flakey test fixes / test refactoring (@polinasok)
    • 🛠 Fix for frame parameter being ignored in ConvertEvalScope when no goroutine is found (@suzmue)
    • Ensure ContinueOnce returns StopExited if process exited, otherwise return StopUnknown (@polinasok)
    • 🛠 Fix panic in RPC2.ListDynamicLibraries (@derekparker)
    • 🛠 Fix typo in flag passed to check if debugserver supports unmask_signals (@staugust)

    🔄 Changed

    • 🔒 DAP server: Add sameuser security check (@hyangah)
    • DAP server: Changes to context-dependent load limits for string type (@hyangah, @polinasok)
    • DAP server: Add paging for arrays, slices and maps (@suzmue)
    • DAP server: Deemphasize internal runtime stack frames (@suzmue)
    • 👻 DAP server: Add throw reason to exception information upon panic (@suzmue)
    • DAP server: Set breakpoint hit ID (@suzmue)
    • DAP server: Add string value of byte/rune slice as child (@suzmue)
    • 📚 Documentation: Add viminspector to list of editor plugins (@aarzilli)
    • 👌 Support for ZMM registers in gdbserial backend (@aarzilli)
    • ✂ Remove support for stack barriers (@derekparker)
    • 👌 Improve support for DWARF5 (@derekparker)
    • 👌 Improve documentation (@derekparker, @aarzilli)
    • 🖨 Print message and exit if Delve detects it is running under Rosetta on M1 macs (@aarzilli)
    • ⬇️ Drop official Go 1.14 support (@derekparker)