Archana Ravindar 464e62a0aa
cmd/dlv: support varying verbosity levels with trace subcommand (#4251)
* First draft implementation to print procedure parameters in trace

* Added code to propagate verbosity flag to terminal side also and
modified tests for expected output

* make output of function return consistent with function call for verbose level=0

* Regenerate Documentation file

* addressed review comments

* Making output at verbosity level 0 consistent with default output and
other comments

* regenerate Documentation file

* Addressed more review comments and refactored code based on recent commit
on pretty print API

* static check build error

* addressed review comment and removed superflous function

* fixed comment, and ran go fmt

* removed incorrect nomenclature from comments

* Add validation tests for traces with verbosity levels

* Correct output format for some types

* Remove TraceVerbosity from breakpoint and keep it in the terminal to
use it only for formatting

* Correct TraceVerbose tests to assert on output incl. formatting just like other trace tests

* remove leftorver t.Logf

* Cleaned up code, renamed trace-verbose to verbose and -V to -v
2026-04-08 10:27:38 -07:00
..
2026-02-21 12:07:57 +01:00

Delve Documentation

Documentation for the project will reside in this directory.