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 |
---|---|---|
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. | 585 |
fmtlib/fmt | A formatting library providing a safe and fast alternative to C and C++ input/output functions | 20,980 |
kentcdodds/babel-plugin-macros | Provides a standard interface for compile-time code transformation in JavaScript projects | 2,627 |
marionebl/svg-term-cli | Generates an animated SVG representation of terminal sessions | 3,573 |
ocornut/imgui | A lightweight graphical user interface library for C++ designed for fast iterations and tooling in game engines and real-time applications. | 61,793 |
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,041 |
sharkdp/bat | A command-line tool with syntax highlighting and git integration. | 50,076 |
dtolnay/proc-macro-workshop | Rust procedural macro tutorial project with examples of attribute macros, derive macros, and function-like macros. | 4,261 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 678 |
danmar/cppcheck | Automated code analysis tool for C and C++ code | 5,882 |
gflags/gflags | A C++ library for managing command-line flags and parsing flag arguments. | 2,896 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
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,970 |
rbock/sqlpp11 | A type-safe SQL template library that allows defining types and constructing queries with compile-time checks. | 2,483 |