debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Debugging helper for Go

Results 4 debugger issues
Sort by recently updated
recently updated
newest added

``` // Middleware allows HTTP middleware to receive debugger labels func Middleware(f http.HandlerFunc, _ MiddlewareLabels) http.HandlerFunc { return f } // SetLabels will set debugger labels for any function/method call...

We should have some tests

There should be an API to allow to append/update existing labels.

This would be useful for logging, or other applications.