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: almost 6 years ago
Linked from 2 awesome lists
debugdebugginggogolangprint
Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| A web-based graphical interface for debugging Go/C/C++ applications using the gdb debugger | 228 |
| Debugs Go programs using Chrome Devtools and an underlying debugger framework | 42 |
| A Clojure REPL extension that allows debugging with access to surrounding lexical scope | 151 |
| A debugger for the Go programming language aimed at providing simple and full featured debugging tools. | 641 |
| A Go library that provides a versatile way to dump and pretty-print any type of variable in a structured and colored format. | 174 |
| Enhances go test outputs with text decorations | 851 |
| Automates interaction with x64dbg debugger using Python. | 1,469 |
| Helps enforce semantic versioning rules in Go modules | 19 |
| Automates the generation of boilerplate code for common Go applications | 5 |
| Automates tasks in the Windows debugger | 678 |
| Generates reset methods for Go structs to easily reuse them without fear of tricky bugs | 33 |
| A macro for creating list and dictionary comprehensions in Rust. | 336 |
| A tracing and debug-logging macro for Common Lisp | 68 |
| 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 |