dbg-macro
Debugging Macro
A debugging macro for C++ that provides easy and colorized output of variable values in interactive environments.
A dbg(…) macro for C++
3k stars
51 watching
258 forks
Language: C++
last commit: about 1 year ago
Linked from 3 awesome lists
cppdebuggingmacropretty-printing
Related projects:
Repository | Description | Stars |
---|---|---|
| A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 585 |
| A formatting library providing a safe and fast alternative to C and C++ input/output functions | 20,980 |
| Provides a standard interface for compile-time code transformation in JavaScript projects | 2,627 |
| Generates an animated SVG representation of terminal sessions | 3,573 |
| A lightweight graphical user interface library for C++ designed for fast iterations and tooling in game engines and real-time applications. | 61,793 |
| A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
| Implementation of a binary serialization format for efficient data exchange between languages. | 3,041 |
| A command-line tool with syntax highlighting and git integration. | 50,076 |
| Rust procedural macro tutorial project with examples of attribute macros, derive macros, and function-like macros. | 4,261 |
| Automates tasks in the Windows debugger | 678 |
| Automated code analysis tool for C and C++ code | 5,882 |
| A C++ library for managing command-line flags and parsing flag arguments. | 2,896 |
| A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
| A hypervisor-assisted debugger that analyzes and reverses malware, firmware, and software by monitoring system executions without relying on Windows APIs or traditional debugging mechanisms. | 2,970 |
| A type-safe SQL template library that allows defining types and constructing queries with compile-time checks. | 2,483 |