By using Macro instead of inlines it wouldn't go inside of header during debugging, just stop where debug_break(); was called. This is a lot nicer during unit testing/TDD, where it would be called many times.
By using Macro instead of inlines it wouldn't go inside of header during debugging,
just stop where debug_break(); was called.
This is a lot nicer during unit testing/TDD, where it would be called many times.