delve v0.9.0-alpha Release Notes

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

    • ๐Ÿ’ป Basic tab completion to terminal UI (@icholy)
    • โž• Added -full flag to stack command, prints local vars and function args (@aarzilli)

    ๐Ÿ”„ Changed

    • Output of threads and goroutines sorted by ID (@icholy)
    • ๐ŸŽ Performance improvement: cache parsed goroutines during halt (@icholy)
    • Stack command no longer takes goroutine ID. Use scope prefix command instead (i.e. goroutine <id> bt)

    ๐Ÿ›  Fixed

    • OSX: Fix hang when 'next'ing through highly parallel programs
    • Absolute path confused as regexp in FindLocation (@aarzilli)
    • ๐Ÿ‘‰ Use sched.pc instead of gopc for goroutine location
    • Exclude dead goroutines from goroutines command output (@icholy)