delve v0.12.2 Release Notes

Release Date: 2017-04-13 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix infinite recursion with pointer loop (@aarzilli)
    • ๐Ÿ Windows: Handle delayed events (@aarzilli)
    • ๐Ÿ›  Fix Println call to be Printf (@derekparker)
    • ๐Ÿ›  Fix build on OSX (@koichi)
    • Mark malformed maps as unreadable instead of panicing (@aarzilli)
    • ๐Ÿ›  Fixed broken benchmarks (@derekparker)
    • ๐Ÿ‘Œ Improve reliability of certain tests (@aarzilli)

    โž• Added

    • Go 1.8 Compatability (@aarzilli)
    • โž• Add Go 1.8 to test matrix (@derekparker)
    • ๐Ÿ‘Œ Support NaN/Inf float values (@aarzilli)
    • ๐Ÿ– Handle absence of stack barriers in Go 1.9 (@drchase)
    • โž• Add gdlv to list of alternative UIs (@aarzilli)

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimized 'trace' functionality (@aarzilli)
    • ๐Ÿ”จ Internal refactoring to support multiple backends, core dumps, and more (@aarzilli) [Still ongoing]
    • ๐Ÿ‘Œ Improve stacktraces (@aarzilli)
    • ๐Ÿ‘Œ Improved documentation for passing flags to debugged process (@njason)