debugger: after changing to a project without active debugger it should not be

"continuable"
This commit is contained in:
hjk
2010-07-22 15:38:32 +02:00
parent d27ec169d0
commit e0a4aab9bd

View File

@@ -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()