delve/Documentation/usage
Alessandro Arzilli 2bd1cd3fa7 Documentation,cmd/dlv: tidy up --help output (#1649)
* scripts: use relative path in gen-cli-docs.go

Makes gen-cli-docs.go work outside GOPATH.

* Documentation,cmd/dlv: tidy up --help output

The description of --log-dest, --log-output and --backend is very
verbose and messes up the output of --help, move it to two "additional
help" subcommands.
2019-08-01 16:28:37 -07:00
..
dlv_attach.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_backend.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_connect.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_core.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_debug.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_exec.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_log.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_replay.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_run.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_test.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_trace.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv_version.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
dlv.md Documentation,cmd/dlv: tidy up --help output (#1649) 2019-08-01 16:28:37 -07:00
README.md docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00

Using Delve

You can invoke Delve in multiple ways, depending on your usage needs. Delve makes every attempt to be user-friendly, ensuring the user has to do the least amount of work possible to begin debugging their program.

Refer to the main usage document to further explore commands.