testify test suite test cases cannot be debuged for single test #3015
Labels
Debug
Issues related to the debugging functionality of the extension.
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.golang.org/x/tools/gopls v0.13.2
golang.org/x/tools/[email protected] h1:Pyvx6MKvatbX3zzZmdGiFRfQZl0ohPlt2sFxO/5j6Ro=
github.com/BurntSushi/[email protected] h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/google/[email protected] h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/sergi/[email protected] h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
golang.org/x/[email protected] h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA=
golang.org/x/exp/[email protected] h1:2O2DON6y3XMJiQRAS1UWU+54aec2uopH3x7MAiqGW6Y=
golang.org/x/[email protected] h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
golang.org/x/[email protected] h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/[email protected] h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
golang.org/x/[email protected] h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4=
golang.org/x/[email protected] h1:Oush7UwPamr2/iNeNFBuNFj89YyHn0YY69EKDdvANnk=
golang.org/x/[email protected] h1:A9kONVi4+AnuOr1dopsibH6hLi1Huy54cbeJxnq4vmU=
honnef.co/go/[email protected] h1:6qXr+R5w+ktL5UkwEbPp+fEvfyoMPche6GkOpGHZcLc=
mvdan.cc/[email protected] h1:JVf4NN1mIpHogBj7ABpgOyZc65/UUOkKQFkoURsz4MM=
mvdan.cc/xurls/[email protected] h1:tzxjVAj+wSBmDcF6zBB7/myTy3gX9xvi8Tyr28AuQgc=
go: go1.21.0
Run
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.f1b07bd25dfad64b0167beb15359ae573aecd2cc
x64
Check your installed extensions to get the version of the VS Code Go extension
Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) >
Go: Locate Configured Go Tools
command.GOBIN: undefined
toolsGopath:
gopath: /home/ip/go
GOROOT: /usr/local/go
PATH: /home/ip/.vscode-server/bin/f1b07bd25dfad64b0167beb15359ae573aecd2cc/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/SafeNet/Authentication/SAC/x64:/mnt/c/Program Files/SafeNet/Authentication/SAC/x32:/mnt/c/potrable/git/bin:/Docker/host/bin:/mnt/c/Users/polovykhin/AppData/Local/Microsoft/WindowsApps:/usr/local/go/bin/:/home/ip/go/bin
go: /usr/local/go/bin/go: go version go1.21.3 linux/amd64
gotests: /home/ip/go/bin/gotests (version: v1.6.0 built with go: go1.21.3)
gomodifytags: /home/ip/go/bin/gomodifytags (version: v1.16.0 built with go: go1.21.3)
impl: not installed
goplay: not installed
dlv: /home/ip/go/bin/dlv (version: v1.21.0 built with go: go1.21.0)
staticcheck: /home/ip/go/bin/staticcheck (version: v0.4.5 built with go: go1.21.0)
gopls: /home/ip/go/bin/gopls (version: v0.13.2 built with go: go1.21.0)
go env
Workspace Folder (test): /home/ip/iam/test1
Workspace Folder (test): /home/ip/iam/test2
Workspace Folder (test): /home/ip/iam/test
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/ip/.cache/go-build'
GOENV='/home/ip/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE='gitlab.cldx.io/*'
GOMODCACHE='/home/ip/go/pkg/mod'
GONOPROXY='gitlab.cldx.io'
GONOSUMDB='gitlab.cldx.io'
GOOS='linux'
GOPATH='/home/ip/go'
GOPRIVATE='gitlab.cldx.io'
GOPROXY='http://prx-1.int.ops.cldx.ru:3000'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.3'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='0'
GOMOD='/home/ip/iam/test/go.mod'
GOWORK='/home/ip/iam/go.work'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1530108490=/tmp/go-build -gno-record-gcc-switches'
Describe the bug
testify test suite test cases cannot be debuged for single test
Steps to reproduce the behavior:
the same issue like this #2189
The text was updated successfully, but these errors were encountered: