4 #if defined(__AROS__) || defined(__MORPHOS__)
6 # include <aros/debug.h>
8 # include <proto/sysdebug.h>
12 # define dbinit(global) kprintf("Debugger running:" HANDLER_VERSION "GNU C" __VERSION__ "," __TIME__ "\n")
13 # define dbuninit(global)
14 # define dbprintf(global,fmt,args...) kprintf(fmt ,##args )
21 # define BUG(x) /* nothing */
25 # if !defined(NDEBUG) || defined(DEBUG_SECTORS)
28 # define BUG2(x) /* nothing */
36 #define bug(fmt,args...) dbprintf(global, fmt ,##args )
39 #endif /* ACDR_DEBUG_H */