00001 00015 #include <stdlib.h> 00016 #include <iostream> 00017 00018 #ifndef DBGSUPPORT_H_ 00019 #define DBGSUPPORT_H_ 00020 00021 #define DEBUGOUTPUT \ 00022 \ 00023 // #ifdef __DEBUG__VERBOSE__ \ 00024 // cout << "[DEBUGOUT] : " << __FILE__ << " : " " reached line" << __LINE__ << endl; \ 00025 // #endif 00028 #endif /*DBGSUPPORT_H_*/