mirror of
https://github.com/go-delve/delve.git
synced 2026-05-05 12:16:12 +02:00
* 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
Delve Documentation
Documentation for the project will reside in this directory.