forked from qt-creator/qt-creator
		
	Debugger: Alert on stop in the debugger manager.
This commit is contained in:
		@@ -1236,11 +1236,12 @@ void DebuggerManager::setStatus(int status)
 | 
			
		||||
        || status == DebuggerInferiorStopRequested
 | 
			
		||||
        || status == DebuggerInferiorStopped;
 | 
			
		||||
 | 
			
		||||
    //const bool starting = status == DebuggerProcessStartingUp;
 | 
			
		||||
    const bool running = status == DebuggerInferiorRunning;
 | 
			
		||||
 | 
			
		||||
    const bool ready = status == DebuggerInferiorStopped
 | 
			
		||||
            && startMode() != AttachCore;
 | 
			
		||||
    if (ready)
 | 
			
		||||
        QApplication::alert(mainWindow(), 3000);
 | 
			
		||||
 | 
			
		||||
    m_watchAction->setEnabled(ready);
 | 
			
		||||
    m_breakAction->setEnabled(true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user