forked from qt-creator/qt-creator
debugger: fix crash on "recheck debugging helper" when not debugging
This commit is contained in:
@@ -1533,7 +1533,7 @@ void DebuggerManager::showQtDumperLibraryWarning(const QString &details)
|
||||
|
||||
DebuggerStartMode DebuggerManager::startMode() const
|
||||
{
|
||||
return m_runControl->startMode();
|
||||
return m_runControl ? m_runControl->startMode() : NoStartMode;
|
||||
}
|
||||
|
||||
void DebuggerManager::reloadFullStack()
|
||||
|
||||
Reference in New Issue
Block a user