From e0a4aab9bdc4d81f5bfca8ecf3b91d78edaf8d1e Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 22 Jul 2010 15:38:32 +0200 Subject: [PATCH] debugger: after changing to a project without active debugger it should not be "continuable" --- src/plugins/debugger/debuggerplugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index d0eab4e00b3..565c6bfb527 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -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() -- GitLab