godbg
Debug macro
Provides a debugging macro for Go, similar to Rust's dbg macro
Go implementation of the Rust dbg
macro
202 stars
5 watching
10 forks
Language: Go
last commit: over 5 years ago
Linked from 2 awesome lists
debugdebugginggogolangprint
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. | 634 |
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. | 635 |
yassinebenaid/godump | A utility for printing arbitrary Go data in a structured and colored format | 151 |
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 | 675 |
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 | 67 |
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 |