delve v1.3.2 Release Notes

Release Date: 2019-10-21 // over 4 years ago
  • โž• Added

    • ๐Ÿ†• New example for starlark documentation (@aarzilli)
    • ๐Ÿ‘ Allow calls to optimized functions (@aarzilli)
    • Option to bypass smart stacktraces (@aarzilli)
    • Ability to call method of embedded field (@chainhelen)
    • โž• Added make unininstall command (@chainhelen)
    • ๐Ÿ‘‰ User can re-record recorded targets (@aarzilli)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix version reporting (current latest tagged as 1.3.1, reporting 1.3.0) (@derekparker)
    • ๐Ÿ›  Fix nil pointer deref on proc.GetG (@aarzilli)
    • ๐Ÿท Better handling of DW_TAG_inlined_subroutine without debug_line info (@aarzilli)
    • ๐Ÿ›  Fix panic on invalid config values (@TerrySolar)
    • ๐Ÿ›  Fix debug_line state machine behavior with multi-sequence units (@aarzilli)
    • ๐Ÿ›  Fix starlark iteration on maps > 64 entries (@alxn)
    • ๐Ÿ“œ debug_frame parser fixed parsing augmentation (@chainhelen)
    • Round TLS segment size to its alignment (@heschik)

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Documentation bumped required Go version (@codekaup)
    • Disassemble now works without a selected goroutine (@aarzilli)
    • Correctly mark closure variables as shadowed (@aarzilli)
    • โฌ†๏ธ Bump CI to use Go 1.13 (@aarzilli)