Go to the source code of this file.
Classes | |
class | FlagSetting |
class | debugFlags |
Defines | |
#define | APPLY_TO_BOOLEAN_FLAGS(develop, product) |
#define | APPLY_TO_INTEGER_FLAGS(develop, product) |
#define | DECLARE_BOOLEAN_FLAG(name, value, doc) extern "C" bool name; |
#define | DECLARE_INTEGER_FLAG(name, value, doc) extern "C" int name; |
Functions | |
void | debug () |
Variables | |
char * | vmDate |
#define DECLARE_BOOLEAN_FLAG | ( | name, | |||
value, | |||||
doc | ) | extern "C" bool name; |
#define DECLARE_INTEGER_FLAG | ( | name, | |||
value, | |||||
doc | ) | extern "C" int name; |
void debug | ( | ) |
Definition at line 197 of file debugPrintable.cpp.
References AlwaysFlushVMMessages, flush_logFile(), PrintVMMessages, and WizardMode.
Referenced by Interpreter::loop_counter_overflow().
Here is the call graph for this function: