debugger: make Shift-F5 exit when debugging a core file

Task-number: QTCREATORBUG-6111
Change-Id: I18c10412ac9637261bd4d83dcd7e6bbff6fdbe03
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-11 19:29:01 +01:00
committed by hjk
parent 7abc4c18dc
commit 4a43336ad8

View File

@@ -2284,8 +2284,8 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
m_exitAction->setEnabled(true);
m_startAction->setEnabled(false);
m_debugWithoutDeployAction->setEnabled(false);
m_visibleStartAction->setAction(m_startAction);
m_hiddenStopAction->setAction(m_undisturbableAction);
m_visibleStartAction->setAction(m_undisturbableAction);
m_hiddenStopAction->setAction(m_exitAction);
} else {
// Everything else is "undisturbable".
m_interruptAction->setEnabled(false);