Changeset 54562 in vbox
- Timestamp:
- Feb 27, 2015 5:21:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r54517 r54562 192 192 #endif /* Q_WS_MAC */ 193 193 194 #if 0 /* To early! The debugger needs a VM handle to work. So, must be done after power on. Moved to initializePostPowerUp. */ 194 195 #ifdef VBOX_WITH_DEBUGGER_GUI 195 196 /* Prepare debugger: */ 196 197 prepareDebugger(); 197 198 #endif /* VBOX_WITH_DEBUGGER_GUI */ 199 #endif 198 200 199 201 /* Load settings: */ … … 236 238 void UIMachineLogic::initializePostPowerUp() 237 239 { 240 #ifdef VBOX_WITH_DEBUGGER_GUI 241 prepareDebugger(); 242 #endif 238 243 sltMachineStateChanged(); 239 244 sltAdditionsStateChanged(); … … 1183 1188 if (vboxGlobal().isDebuggerAutoShowCommandLineEnabled()) 1184 1189 sltShowDebugCommandLine(); 1185 1186 if (!vboxGlobal().isStartPausedEnabled())1187 sltPause(false);1188 1190 } 1189 1191 }
Note:
See TracChangeset
for help on using the changeset viewer.