Registry / logging / dbg-macro

dbg-macro

JSON →
library0.5.1vcpkgunverified

A dbg(...) macro for C++ for easy debugging output.

vcpkg install dbg-macro
INSTALL
IMPORT
SIG · DBG-MACRO
D
dbg-macro
loggingcppv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dbg.h
#include <dbg.h>

Use dbg() macro to print variable values with file and line info.

#include <dbg.h> #include <vector> int main() { std::vector<int> v = {1, 2, 3}; dbg(v); // Prints: [main.cpp:5] v = {1, 2, 3} return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources

No resource links recorded.

dbg-macro — pip install dbg-macro · libregistry