debug icon indicating copy to clipboard operation
debug copied to clipboard

A small debugging library for C++

Results 1 debug issues
Sort by recently updated
recently updated
newest added

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'); ```