delve/cmd/dlv/cmds
Derek Parker 3129aa7330 *: Show return values on CLI trace
This patch allows the `trace` CLI subcommand to display return values of
a function. Additionally, it will also display information on where the
function exited, which could also be helpful in determining the path
taken during function execution.

Fixes #388
2018-10-19 20:32:27 +02:00
..
commands.go *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00