dlv_version.md 1.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
## dlv version

Prints version.

### Synopsis


Prints version.

```
dlv version
```

### Options inherited from parent commands

```
17
      --accept-multiclient   Allows a headless server to accept multiple client connections.
18
      --api-version int      Selects API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
19
      --backend string       Backend selection (see 'dlv help backend'). (default "default")
20
      --build-flags string   Build flags, to be passed to the compiler.
21
      --check-go-version     Checks that the version of Go in use is compatible with Delve. (default true)
22 23
      --headless             Run debug server only, in headless mode.
      --init string          Init file, executed by the terminal client.
24
  -l, --listen string        Debugging server listen address. (default "127.0.0.1:0")
25
      --log                  Enable debugging server logging.
26 27
      --log-dest string      Writes logs to the specified file or file descriptor (see 'dlv help log').
      --log-output string    Comma separated list of components that should produce debug output (see 'dlv help log')
28
      --only-same-user       Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
29
      --wd string            Working directory for running the program.
30 31 32 33 34
```

### SEE ALSO
* [dlv](dlv.md)	 - Delve is a debugger for the Go programming language.