You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the issue #855
we currently don't have an easy way to run debugging using dlv-dap.
Either we need to fix the issue, or take advantage of "go.delveConfig" setting.
The text was updated successfully, but these errors were encountered:
hyangah
changed the title
debug: find a way to use dlv-dap with debug test codelense
debug: find a way to use dlv-dap with debug test codelens
Mar 15, 2021
With the addition of the "debugAdapter" attribute to the
go.delveConfig setting, users can easily select dlv-dap for
all debug sessions including codelenses.
Updates #1293
Change-Id: Icc4cedf3e684418069911728cfb66efec6662167
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/309749
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Due to the issue #855
we currently don't have an easy way to run debugging using dlv-dap.
Either we need to fix the issue, or take advantage of
"go.delveConfig"
setting.cc @polinasok @suzmue
The text was updated successfully, but these errors were encountered: