delve v1.8.1 Release Notes

Release Date: 2021-02-07 // about 3 years ago
  • โž• Added

    • Downloading source code listings with debuginfod (@Foxboron)
    • โž• Added transcript command (@aarzilli)
    • ๐Ÿ Enabled dump command on windows (@aarzilli)
    • Env attribute in DAP launch requests (@hyangah)
    • ๐Ÿ‘ Better documentation for the DAP interface (@polinasok)

    ๐Ÿ›  Fixed

    • Require argument for trace subcommand (@derekparker)
    • Handling of inlined calls within inlined calls (@derekparker)
    • Handling of DW_AT_inline attribute (@aarzilli)
    • Set stop reason in StepInstruction (@suzmue)

    ๐Ÿ”„ Changed

    • The DAP interface will not create executables in the temp directory (@hyangah)
    • When the goroutines command looks for the user frame it will exclude frames in internal and runtime/internal in addition to private runtime functions (@aarzilli)
    • Breakpoints with hitcount conditions are automatically disabled when their condition can no longer be satisfied (@pippolo84)
    • The commands break and trace will set a breakpoint on the current line if no argument is specified (@thockin)
    • ๐Ÿ“š Miscellaneous documentation improvements (@chainhelen, @gareth-rees, @polinasok)