ARTS
2.3.1285(git:92a29ea9-dirty)
|
Helper macros for debugging. More...
#include <iostream>
Go to the source code of this file.
Macros | |
#define | DEBUG_ONLY(...) __VA_ARGS__ |
#define | DEBUG_COUNTER(n) |
#define | DEBUG_PRINT(e) { std::cerr << "DBG: " << (e) << std::endl; } |
#define | DEBUG_VAR(e) { std::cerr << "DBG: " << #e << ": " << (e) << std::endl; } |
#define | DEBUG_VAR_FLT(p, e) |
#define DEBUG_COUNTER | ( | n | ) |
#define DEBUG_ONLY | ( | ... | ) | __VA_ARGS__ |
Definition at line 36 of file debug.h.
Referenced by antenna1d_matrix(), check_agenda_data(), define_md_map(), GasAbsLookup::Extract(), get_paroptprop(), IMIN(), interp(), iyInterpCloudboxField(), lubacksub(), mixer_matrix(), opt_prop_sptFromData(), opt_prop_sptFromMonoData(), opt_prop_sptFromScat_data(), and ppath_start_stepping().
#define DEBUG_PRINT | ( | e | ) | { std::cerr << "DBG: " << (e) << std::endl; } |
#define DEBUG_VAR | ( | e | ) | { std::cerr << "DBG: " << #e << ": " << (e) << std::endl; } |