delve/Documentation/usage
Alessandro Arzilli 1ef8c40ccf
cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128)
Match 'go test' behaviour and switch to package directory, unless one
is specified with the '--wd' option.

Fixes #2125
2020-08-31 10:51:10 -07:00
..
dlv_attach.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_backend.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_connect.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_core.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_dap.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_debug.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_exec.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_log.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_replay.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_run.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_test.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_trace.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv_version.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -07:00
dlv.md cmd/dlv: subcommand 'dlv test' should switch to package directory (#2128) 2020-08-31 10:51:10 -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.