Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 409 Bytes

install.md

File metadata and controls

11 lines (7 loc) · 409 Bytes

Installation on Windows

Please use the standard go get command to build and install Delve on Windows.

go get github.com/go-delve/delve/cmd/dlv

Note: if you are using Go in modules mode you must execute this command outside of a module directory or Delve will be added to your project as a dependency.

Also, if not already set, you have to add the %GOPATH%\bin directory to your PATH variable.