delve v1.8.3 Release Notes
Release Date: 2022-04-25 // over 1 year 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)