github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/Documentation/usage/dlv_connect.md (about)

     1  ## dlv connect
     2  
     3  Connect to a headless debug server with a terminal client.
     4  
     5  ### Synopsis
     6  
     7  Connect to a running headless debug server with a terminal client.
     8  
     9  ```
    10  dlv connect addr [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help   help for connect
    17  ```
    18  
    19  ### Options inherited from parent commands
    20  
    21  ```
    22        --backend string      Backend selection (see 'dlv help backend'). (default "default")
    23        --init string         Init file, executed by the terminal client.
    24        --log                 Enable debugging server logging.
    25        --log-dest string     Writes logs to the specified file or file descriptor (see 'dlv help log').
    26        --log-output string   Comma separated list of components that should produce debug output (see 'dlv help log')
    27  ```
    28  
    29  ### SEE ALSO
    30  
    31  * [dlv](dlv.md)	 - Delve is a debugger for the Go programming language.
    32