delve/Documentation
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
..
api proc,service: remove support for locspec '<fnname>:0' (#1588) 2019-06-25 13:50:05 -07:00
cli cmd,Documentation: Add some simple examples for the list command to the help (#2034) 2020-05-04 09:27:55 -07:00
installation Documentation: add modules mode note to install documentation 2020-04-06 08:32:02 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
EditorIntegration.md documentation: update idea plugin url (#1562) 2019-05-30 08:03:16 -07:00
faq.md *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
KnownBugs.md proc,terminal: Implement reverse step, next and stepout (#1785) 2020-03-11 15:40:41 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.