#ifndef __DEBUGTRC_H__
#define __DEBUGTRC_H__

#define DEBUG_CONSTRUCTORS        0x00000001L
#define DEBUG_DESTRUCTORS         0x00000002L
#define DEBUG_OPERATORS           0x00000004L

#define DEBUG_SABDU               0x00000100L
#define DEBUG_ABOUTBOX            0x00000200L
#define DEBUG_ATTRDATA            0x00000400L
#define DEBUG_COMPADLG            0x00000800L
#define DEBUG_DISK                0x00001000L
#define DEBUG_DISKDRIV            0x00002000L
#define DEBUG_DISKFILE            0x00004000L
#define DEBUG_DISKLOGI            0x00008000L
#define DEBUG_DISKMEMO            0x00010000L
#define DEBUG_DRIVE               0x00020000L
#define DEBUG_FORMADLG            0x00040000L
#define DEBUG_HELP                0x00080000L
#define DEBUG_MAINWIND            0x00100000L
#define DEBUG_PICTBOX             0x00200000L
#define DEBUG_READDLG             0x00400000L
#define DEBUG_REGIDATA            0x00800000L
#define DEBUG_REGISDLG            0x01000000L
#define DEBUG_SELECTDR            0x02000000L
#define DEBUG_SETUDATA            0x04000000L
#define DEBUG_SETUDLG             0x08000000L
#define DEBUG_WRITEDLG            0x10000000L

#endif /* __DEBUGTRC_H__ */
