File: dlv_connect.md

package info (click to toggle)
delve 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,136 kB
  • sloc: ansic: 111,947; sh: 194; asm: 147; makefile: 43; python: 23
file content (32 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## dlv connect

Connect to a headless debug server with a terminal client.

### Synopsis

Connect to a running headless debug server with a terminal client. Prefix with 'unix:' to use a unix domain socket.

```
dlv connect addr [flags]
```

### Options

```
  -h, --help   help for connect
```

### Options inherited from parent commands

```
      --backend string      Backend selection (see 'dlv help backend'). (default "default")
      --init string         Init file, executed by the terminal client.
      --log                 Enable debugging server logging.
      --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')
```

### SEE ALSO

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