delve/Documentation/usage
Derek Parker f96663a243
cmd/dlv: Fix trace output (#2038)
* cmd/dlv,debugger: Improve dlv trace and trace command output

This patch improves the `dlv trace` subcommand output by reducing the
noise that is generated and providing clearer more concise information.

Also adds new tests closing a gap in our testing (we previously never
really tested this subcommand).

This patch also fixes the `dlv trace` REPL command to behave like the
subcommand in certain situations. If the tracepoint is for a function,
we now show function arguements and return values properly.

Also makes the overall output of the trace subcommand clearer.

Fixes #2027
2020-05-13 08:38:10 +02:00
..
dlv_attach.md cmd/commands: Update documentation for dlv attach 2020-04-10 10:48:30 -07:00
dlv_backend.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv_connect.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv_core.md cmd/dlv: make core command limitations more prominent (#2031) 2020-05-04 10:00:33 -07:00
dlv_dap.md service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
dlv_debug.md *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
dlv_exec.md *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
dlv_log.md service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
dlv_replay.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv_run.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv_test.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv_trace.md cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
dlv_version.md cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
dlv.md service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08: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.