
#ifndef __DEBUG_HPP__
#define __DEBUG_HPP__

#define DUMP_MSG                        // dump debug msgs
//#define DUMP_LOG                      // dump list into REVERT.LOG
//#define DUMP_DISASM                   // dump disassembly
//#define DUMP_TRY                      // TRY_DREF: dump analisys results

#endif // __DEBUG_HPP__
