- Timestamp:
- Jul 18, 2013 10:31:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp
r41975 r47238 151 151 PCFGMNODE pDbgfNode = CFGMR3GetChild(CFGMR3GetRoot(pVM), "DBGF"); 152 152 #if defined(DEBUG) || defined(RTTRACE_ENABLED) 153 bool const fDefault = true;154 const char * const pszConfigDefault = " all";153 bool const fDefault = false; 154 const char * const pszConfigDefault = ""; 155 155 #else 156 156 bool const fDefault = false;
Note:
See TracChangeset
for help on using the changeset viewer.