MVC  0.0.1
debug.h
См. документацию.
1 #pragma once
2 
3 #define _PRETTY_ __PRETTY_FUNCTION__
4 #if (defined NDEBUG)
5 #define DEBUG_MODE(x)
6 #else
7 #define DEBUG_MODE(x) (x)
8 #endif