delve v1.6.0 Release Notes

Release Date: 2021-01-28 // about 3 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for debugging darwin/arm64 (i.e. macOS on Apple Silicon) (#2285, @oxisto)
    • ๐Ÿ‘Œ Support for debugging Go1.16 (#2214, @aarzilli)
    • ๐Ÿ‘ DAP: support for attaching to a local process (#2260, @polinasok)
    • DAP: fill the evaluateName field when returning variables, enabling "Add to Watch" and "Copy as Expression" features of VSCode (#2292, @polinasok)
    • โž• Added WaitSince, WaitReason to service/api.Goroutine and to the goroutines command (#2264, #2283, #2270, @dlsniper, @nd, @aarzilli)
    • Syntax highlighting for Go code (#2294, @aarzilli)
    • โž• Added flag CallReturn to service/api.Thread to distinguish return values filled by a stepOut command from the ones filled by a call command (#2230, @aarzilli)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix occasional "Access is denied" error when debugging on Windows (#2281, @nd)
    • Register formatting on ARM64 (#2289, @dujinze)
    • ๐Ÿ›  Miscellaneous bug fixes (#2232, #2255, #2280, #2286, #2291, #2309, #2293, @aarzilli, @polinasok, @hitzhangjie)

    ๐Ÿ”„ Changed

    • The goroutines command can be interrupted by pressing Ctrl-C (#2278, @aarzilli)
    • Using a TeamCity instance provided by JetBrains for Continuous Integration (#2298, #2307, #2311, #2315, #2326, @artspb, @nd, @aarzilli, @derekparker)
    • ๐Ÿ‘Œ Improvements to documentation and error messages (#2266, #2265, #2273, #2299, @andreimatei, @hitzhangjie, @zamai, @polinasok)