delve v1.8.3 Release Notes

Release Date: 2022-04-25 // about 2 years ago
  • โž• Added

    • ๐Ÿ–จ Pretty-print time.Time variables (@aarzilli)
    • ๐Ÿ‘ Better "could not open debug info" errors (@polinasok)
    • ๐Ÿ‘ DAP: Support --disable-aslr (@polinasok)
    • ๐Ÿ“š DAP interface documentation improvements (@polinasok)
    • ๐Ÿ“š CLI documentation improvements (@derekparker, @deathiop)

    ๐Ÿ›  Fixed

    • DAP: offer disconnect/stop options for attach mode only (@polinasok)
    • ๐Ÿ›  Fix godoc comments (@hitzhangjie)
    • ๐Ÿ‘ Allow low index == len in reslice expressions (@aarzilli)
    • ๐Ÿ›  Fix leaky process when failing to debug stripped binaries in headless mode (@polinasok)
    • Skip stepping into autogenerated functions for go1.18 (@aarzilli)

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Drop support for building on Go < 1.10 (@aarzilli)