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
What version of Delve are you using (dlv version)?
1.23.1, build ID 2eba762d75437d380e48fc42213853f13aa2904d, built with the same commit of go that I'm working on (as in I reinstalled delve with a go binary built from the CL I'm working on).
What version of Delve are you using (
dlv version
)?1.23.1, build ID 2eba762d75437d380e48fc42213853f13aa2904d, built with the same commit of go that I'm working on (as in I reinstalled delve with a go binary built from the CL I'm working on).
What version of Go are you using? (
go version
)?Tip (CL 601535)
What operating system and processor architecture are you using?
Gentoo on a Framework 16
What did you do?
I'm debugging golang CL 601535. I set a breakpoint in diffJSON in cmd/internal/test2json/test2json_test.go.
What did you expect to see?
A normal debugging session.
What did you see instead?
A panic in the debugger output and an internal runtime error in the variables view.
debug console
The text was updated successfully, but these errors were encountered: