Changeset 13411
- Timestamp:
- 10/21/08 00:19:27 (3 months ago)
- Files:
-
- trunk/include/VBox/dbg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/dbg.h
r13360 r13411 44 44 45 45 /** @def VBOX_WITH_DEBUGGER 46 * The build is with debugger module. Test if this is defined before 47 * registering external debugger commands. 48 */ 49 #ifndef VBOX_WITH_DEBUGGER 50 /** @todo Is this still necessary? */ 51 # if defined(DEBUG) && !defined(VBOX_OSE) 52 # define VBOX_WITH_DEBUGGER 53 # endif 54 #endif 46 * The build is with debugger module. Test if this is defined before registering 47 * external debugger commands. This is normally defined in Config.kmk. 48 */ 55 49 #ifdef DOXYGEN_RUNNING 56 50 # define VBOX_WITH_DEBUGGER

