delve v1.5.0 Release Notes

Release Date: 2020-07-29 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘ Go 1.15 support (#2011, @aarzilli)
    • โž• Added the reload command that restarts the debugging session after recompiling the program (#1971, @alexsaezm)
    • ๐Ÿ‘ Better support for printing pointers in the C part of a cgo program (#1997, @aarzilli)
    • ๐Ÿ‘ Some support for DWARFv5 (#2090, @aarzilli)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed trace subcommand when the -p option is used (#2069, @chainhelen)
    • ๐Ÿ–จ Nil pointer dereference when printing tracepoints (#2071, @aarzilli)
    • ๐Ÿ–จ Internal debugger error when printing the goroutine list of a corrupted or truncated core file (#2070, @aarzilli)
    • ๐Ÿ”Œ Do not corrupt the list of source files whenever a plugin (or dynamically loaded library) is loaded (#2075, @aarzilli)
    • ๐Ÿ›  Fixed current file/line reported after a segfault on macOS that was wrong under certain circumstances (#2081, @aarzilli)
    • ๐Ÿ‘ Internal debugger error when reading global variables of types using unsupported debug_info features (#2105, #2106, #2110, @aarzilli, @b00f)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support for stack trace requests in DAP and other DAP improvements (#2056, #2093, #2099, #2103, @polinasok)
    • ๐Ÿ“ฆ Delve will step inside a private runtime function call when it is already inside the runtime package (#2061, @aarzilli)
    • โšก๏ธ Updated cosiner/argv dependency to v0.1.0 (#2088, @gadelkareem)
    • ๐Ÿ‘Œ Improvements to documentation and error messages (#2068, #2084, #2091, @aarzilli, @bhcleek, @letientai299)