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
Support for Go 1.14 hasn't been merged in yet. This thing in particular was a bug in Go which would be fixed if you had built from master but regardless delve 1.3.0 will be seriously broken with go 1.14.
dlv version
)?go version
)?windows/amd64
Debug the program (with go version check disabled):
and try to set a breakpoint at line 4 via the
b main.go:4
command.Breakpoint set
Command fails with an error:
Running the
sources
command also shows 2 paths different only in a path separator. Trying to set breakpoint using a full path fails as well.The text was updated successfully, but these errors were encountered: