godbg

Debug macro

Provides a debugging macro for Go, similar to Rust's dbg macro

Go implementation of the Rust dbg macro

GitHub

202 stars
5 watching
10 forks
Language: Go
last commit: almost 6 years ago
Linked from 2 awesome lists

debugdebugginggogolangprint

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
moshebe/gebug Makes debugging and hot-reloading of Go applications running in Docker containers easier by providing a tool for setting up a fully suited debugging environment. 635
sirnewton01/godbg A web-based graphical interface for debugging Go/C/C++ applications using the gdb debugger 228
allada/gdd Debugs Go programs using Chrome Devtools and an underlying debugger framework 42
georgejahad/debug-repl A Clojure REPL extension that allows debugging with access to surrounding lexical scope 151
derekparker/delve A debugger for the Go programming language aimed at providing simple and full featured debugging tools. 641
yassinebenaid/godump A Go library that provides a versatile way to dump and pretty-print any type of variable in a structured and colored format. 174
kyoh86/richgo Enhances go test outputs with text decorations 851
x64dbg/x64dbgpy Automates interaction with x64dbg debugger using Python. 1,469
bobg/modver Helps enforce semantic versioning rules in Go modules 19
azr/generators Automates the generation of boilerplate code for common Go applications 5
microsoft/dbgshell Automates tasks in the Windows debugger 678
mrsinham/goreset Generates reset methods for Go structs to easily reuse them without fear of tricky bugs 33
mattgathu/cute A macro for creating list and dictionary comprehensions in Rust. 336
danlentz/printv A tracing and debug-logging macro for Common Lisp 68
jhump/goprotoc Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. 85