VirtualBox

Changeset 54562 in vbox


Ignore:
Timestamp:
Feb 27, 2015 5:21:46 PM (10 years ago)
Author:
vboxsync
Message:

QtGui: prepareDebugger is done too early, moved to initializePostPowerUp. Removed unnecessary sltPause call from prepareDebugger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r54517 r54562  
    192192#endif /* Q_WS_MAC */
    193193
     194#if 0 /* To early! The debugger needs a VM handle to work. So, must be done after power on.  Moved to initializePostPowerUp. */
    194195#ifdef VBOX_WITH_DEBUGGER_GUI
    195196    /* Prepare debugger: */
    196197    prepareDebugger();
    197198#endif /* VBOX_WITH_DEBUGGER_GUI */
     199#endif
    198200
    199201    /* Load settings: */
     
    236238void UIMachineLogic::initializePostPowerUp()
    237239{
     240#ifdef VBOX_WITH_DEBUGGER_GUI
     241    prepareDebugger();
     242#endif
    238243    sltMachineStateChanged();
    239244    sltAdditionsStateChanged();
     
    11831188        if (vboxGlobal().isDebuggerAutoShowCommandLineEnabled())
    11841189            sltShowDebugCommandLine();
    1185 
    1186         if (!vboxGlobal().isStartPausedEnabled())
    1187             sltPause(false);
    11881190    }
    11891191}
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