delve/Documentation/usage
Derek Parker ff760d87aa cmd: Add --exec and --test flags for trace sub cmd
Adds an --exec flag for the trace subcommand allowing users to specify a
pre-compiled binary to exec and trace.

Also adds a --test flag as a convienance for compiling and tracing a
test binary.

Fixes #1073
2018-10-18 11:46:03 +02:00
..
commands.md docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00
dlv_attach.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_connect.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_core.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_debug.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_exec.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_replay.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_run.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_test.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv_trace.md cmd: Add --exec and --test flags for trace sub cmd 2018-10-18 11:46:03 +02:00
dlv_version.md *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
dlv.md *: function call injection for go 1.11 2018-07-13 13:37:54 -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.