Fixes: debugger: enable debugger view actions even if "locked"

This commit is contained in:
hjk
2009-02-17 14:35:32 +01:00
parent fcd74e54d1
commit 599b2438b9
2 changed files with 4 additions and 1 deletions

View File

@@ -453,7 +453,7 @@ bool DebuggerPlugin::initialize(const QStringList &arguments, QString *error_mes
#endif
cmd = am->registerAction(m_manager->m_continueAction,
ProjectExplorer::Constants::DEBUG, QList<int>()<< m_gdbRunningContext);
ProjectExplorer::Constants::DEBUG, QList<int>() << m_gdbRunningContext);
cmd = am->registerAction(m_manager->m_stopAction,
Constants::INTERRUPT, globalcontext);