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
257 forks
Language: C++
last commit: 12 months ago
Linked from 3 awesome lists
cppdebuggingmacropretty-printing
Related projects:
Repository | Description | Stars |
---|---|---|
renatogarcia/icecream-cpp | A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 581 |
fmtlib/fmt | A formatting library providing a safe and fast alternative to C and C++ input/output functions | 20,794 |
kentcdodds/babel-plugin-macros | Provides a standard interface for compile-time code transformation in JavaScript projects | 2,625 |
marionebl/svg-term-cli | Generates an animated SVG representation of terminal sessions | 3,552 |
ocornut/imgui | A lightweight graphical user interface library for C++ designed for fast iterations and tooling in game engines and real-time applications. | 61,152 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
msgpack/msgpack-c | Implementation of a binary serialization format for efficient data exchange between languages. | 3,030 |
sharkdp/bat | A command-line tool with syntax highlighting and git integration. | 49,699 |
dtolnay/proc-macro-workshop | Rust procedural macro tutorial project with examples of attribute macros, derive macros, and function-like macros. | 4,213 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 675 |
danmar/cppcheck | Analyzes code for errors and potential security vulnerabilities | 5,820 |
gflags/gflags | A C++ library for managing command-line flags and parsing flag arguments. | 2,884 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,126 |
hyperdbg/hyperdbg | 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,927 |
rbock/sqlpp11 | A type-safe SQL template library that allows defining types and constructing queries with compile-time checks. | 2,473 |