forked from qt-creator/qt-creator
Debugger: Register step out action also for QML
Change-Id: I11dceb325d5611bb5a0d9fb9750dbefdea60f2dc Task-number: QTCREATORBUG-16691 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1628,8 +1628,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
|||||||
cmd->setAttribute(Command::CA_UpdateText);
|
cmd->setAttribute(Command::CA_UpdateText);
|
||||||
debugMenu->addAction(cmd);
|
debugMenu->addAction(cmd);
|
||||||
|
|
||||||
cmd = ActionManager::registerAction(m_stepOutAction,
|
cmd = ActionManager::registerAction(m_stepOutAction, Constants::STEPOUT);
|
||||||
Constants::STEPOUT, cppDebuggercontext);
|
|
||||||
cmd->setDefaultKeySequence(QKeySequence(UseMacShortcuts ? tr("Ctrl+Shift+T") : tr("Shift+F11")));
|
cmd->setDefaultKeySequence(QKeySequence(UseMacShortcuts ? tr("Ctrl+Shift+T") : tr("Shift+F11")));
|
||||||
cmd->setAttribute(Command::CA_Hide);
|
cmd->setAttribute(Command::CA_Hide);
|
||||||
debugMenu->addAction(cmd);
|
debugMenu->addAction(cmd);
|
||||||
|
Reference in New Issue
Block a user