debug
debug copied to clipboard
A small debugging library for C++
Results
1
debug issues
Sort by
recently updated
recently updated
newest added
extend
1
it's just sugar, but useful for encouraging convention: ```cpp Debug d('foo'); Debug d.extend('bar'); ``` is the same as ```cpp Debug d('foo'); Debug d('foo:bar'); ```