forked from qt-creator/qt-creator
		
	debugger: handle shutting down engines from SnapshotWindow <Del> or context menu
This commit is contained in:
		@@ -1411,7 +1411,7 @@ void DebuggerEngine::quitDebugger()
 | 
			
		||||
    showMessage("QUIT DEBUGGER REQUESTED");
 | 
			
		||||
    d->m_targetState = DebuggerFinished;
 | 
			
		||||
    if (state() == InferiorStopOk) {
 | 
			
		||||
        d->doShutdownInferior();
 | 
			
		||||
        d->queueShutdownInferior();
 | 
			
		||||
    } else if (state() == InferiorRunOk) {
 | 
			
		||||
        d->doInterruptInferior();
 | 
			
		||||
    } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user