delve v1.7.2 Release Notes

Release Date: 2021-09-21 // over 2 years ago
  • โž• Added

    • ๐Ÿ“š Documentation: Add notes on porting Delve to other architectures (@aarzilli)
    • โž• Add internal checks to ensure we're synched with Go runtime internals (@aarzilli)
    • ๐Ÿ“œ eBPF backend can parse goroutine info (@derekparker)
    • โž• Add support for debuginfo-find (@derekparker)
    • โž• Add MAKE arguments for GOOS / GOARCH (@cmol)

    ๐Ÿ›  Fixed

    • Correctly check for 1.17 and regabi (@aarzilli)
    • ๐Ÿ–จ Print config output strings quouted (@aarzilli, @krobelus)
    • โšก๏ธ Update check for system goroutines (@suzmue)
    • DAP: Halt before detach in Stop (@polinasok)
    • DAP: Do not send halt request if debuggee is not running (@suzmue)

    ๐Ÿ”„ Changed

    • Include selected goroutine in threads request (@suzmue)
    • โœ‚ Remove individual OS install instructions (@gabriel-vasile)
    • DAP: Show decimal / hex values for uint (@suzmue)
    • 0๏ธโƒฃ Avoid bright colors in default syntax highlighting (@krobelus)