forked from qt-creator/qt-creator
debugger: after changing to a project without active debugger it should not be
"continuable"
This commit is contained in:
@@ -1661,6 +1661,7 @@ void DebuggerPluginPrivate::onCurrentProjectChanged(ProjectExplorer::Project *pr
|
||||
// No corresponding debugger found. So we are ready to start one.
|
||||
ICore *core = ICore::instance();
|
||||
core->updateAdditionalContexts(m_continuableContext, Core::Context());
|
||||
core->updateAdditionalContexts(m_interruptibleContext, Core::Context());
|
||||
}
|
||||
|
||||
void DebuggerPluginPrivate::onAction()
|
||||
|
||||
Reference in New Issue
Block a user