Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Debugging & Tooling improvements!!!

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 19 Sep 23:03
· 212 commits to master since this release

Debugging improvements

  • Quoc Truong (@quoctruong)

    • Fix the bug where setting breakpoint fails if the remote program is started through dlv with --continue switch. Bug 2690
    • Fix the bug where disconnecting (after attaching to) the remote program terminates it Bug 2592
    • Fix the bug where setting breakpoint will fail if a breakpoint already exists (if dlv is started through multi client and another client sets the breakpoint).
  • Hary Prabowo Suryoatmojo (@haryps)

    • Show a warning if an edit to a Go file is saved when a debug session is active. Fixes Bug 2559 with PR 2653

Tooling improvements