forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.2'
Conflicts: src/plugins/debugger/debuggersourcepathmappingwidget.cpp
This commit is contained in:
@@ -907,7 +907,7 @@ void DebuggerEngine::notifyInferiorStopOk()
|
||||
|
||||
void DebuggerEngine::notifyInferiorSpontaneousStop()
|
||||
{
|
||||
showMessage(_("NOTE: INFERIOR SPONTANEOUES STOP"));
|
||||
showMessage(_("NOTE: INFERIOR SPONTANEOUS STOP"));
|
||||
QTC_ASSERT(state() == InferiorRunOk, qDebug() << this << state());
|
||||
setState(InferiorStopOk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user