VirtualBox

Changeset 8827 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 15, 2008 1:34:45 AM (17 years ago)
Author:
vboxsync
Message:

VBOX_WITH_DEBUGGER governs the telnet debugger, not DEBUG, since the qt bit doesn't work reliably on X and OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCTcp.cpp

    r8155 r8827  
    215215    int rc = CFGMR3QueryBool(pKey, "Enabled", &fEnabled);
    216216    if (rc == VERR_CFGM_VALUE_NOT_FOUND || rc == VERR_CFGM_NO_PARENT)
    217 #if defined(DEBUG) && !defined(__L4ENV__) && !defined(DEBUG_dmik)
     217#if defined(VBOX_WITH_DEBUGGER) && !defined(__L4ENV__) && !defined(DEBUG_dmik)
    218218        fEnabled = true;
    219219#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette