delve v0.8.0-alpha Release Notes

Release Date: 2015-09-05 // over 8 years ago
  • โž• Added

    • ๐Ÿ†• New command: 'frame'. Accepts a frame number and a command to execute in the context of that frame. (@aarzilli)
    • ๐Ÿ†• New command: 'goroutine'. Accepts goroutine ID and optionally a command to execute within the context of that goroutine. (@aarzilli)
    • ๐Ÿ†• New subcommand: 'exec'. Allows user to debug existing binary.
    • โž• Add config file and add config options for command aliases. (@tylerb)

    ๐Ÿ”„ Changed

    • โž• Add Go 1.5 to travis list.
    • ๐Ÿ’ป Stop shortening file paths from API, shorten instead in terminal UI.
    • Implemented several improvements for nexting through highly parallel programs.
    • Visually align registers. (@paulsmith)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed output of 'goroutines' command.
    • Stopped preserving temp breakpoints on restart.
    • โž• Added support for parsing multiple DWARF file tables. (@Omie)