3 * Copyright © 2001 Novell, Inc. All Rights Reserved.
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
12 * DESCRIPTION : Defines Breakpoint macro.
14 * Date : January 2001.
27 #if defined(DEBUGON) && !defined(USE_D2)
28 //debug build and d1 flag is used, so enable IDB
29 #define DBGMESG ConsolePrintf
35 //debug build and d2 flag is used, so disable IDB
36 #define DBGMESG ConsolePrintf
37 #define IDB ConsolePrintf
39 //release build, so disable DBGMESG and IDB
42 #endif //if defined(USE_D2)
43 #endif //if defined(DEBUGON) && !defined(USE_D2)
46 #endif /*__Inc__deb___*/