printracer
printracer copied to clipboard
🔎🐛 Golang fmt.Println debugging and tracing tool capable of visualising function invocation paths.
Results
2
printracer issues
Sort by
recently updated
recently updated
newest added
## Description Currently the script prints each argument in the trace. However, if a function has unused parameter with underscore name this will still be used in the print and...
bug
For programs that write to standard output it would be great to not have the trace output intermingled with that (will most likely confuse the graph tool, too). Of course...
enhancement