Go to the documentation of this file. 32 #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) 35 #define debugPrint(x) do { std::cout << x; } while (0) 38 #define debugPrint(x) do {} while (0) 42 #define debugPrintTrace(x) do {\ 44 std::cout << __FILENAME__ << ":" << __LINE__ << ":" << __func__ << ": " << \ 48 #define debugPrintTrace(x) do {} while (0)