diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index d0eab4e00b381387693d8b2425e03b900f5f5ea5..565c6bfb527a855f810fb5dcd7f17d56d1136f8e 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()