delve v0.10.0-alpha Release Notes

Release Date: 2015-10-04 // over 8 years ago
  • โž• Added

    • ๐Ÿ‘ set command, allows user to set variable (currently only supports pointers / numeric values) (@aarzilli)
    • All deps are vendored with Godeps and leveraging GO15VENDOREXPERIMENT
    • source command and --init flag to run commands from a file (@aarzilli)
    • clearall commands now take linespec (@kostya-sh)
    • ๐Ÿ‘Œ Support for multiple levels of struct nesting during variable eval (i.e. print foo.bar.baz now works) (@lukehoban)

    ๐Ÿ”„ Changed

    • โœ‚ Removed hardware assisted breakpoints (for now)
    • โœ‚ Remove Go 1.4.2 on Travis builds

    ๐Ÿ›  Fixed

    • Limit string sizes, be more tolerant of uninitialized memory (@aarzilli)
    • ๐Ÿ›  make commands fixed for >= Go 1.5 on OSX
    • ๐Ÿ›  Fixed bug where process would not be killed upon detach (@aarzilli)
    • ๐Ÿ›  Fixed bug trying to detach/kill process that has already exited (@aarzilli)
    • ๐Ÿ‘Œ Support for "dumb" terminals (@dlsniper)
    • ๐Ÿ›  Fix bug setting breakpoints at chanRecvAddrs (@aarzilli)